Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Scripting WIP: Add global environment step function on_step | Perttu Ahola | 2011-11-29 | 3 | -1/+31 | |
| | ||||||
* | Scripting WIP: dynamic object stuff | Perttu Ahola | 2011-11-29 | 10 | -92/+269 | |
| | ||||||
* | ServerRemotePlayer implements ServerActiveObject | Perttu Ahola | 2011-11-29 | 5 | -34/+39 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 10 | -15/+146 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 8 | -28/+58 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 4 | -10/+26 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 3 | -3/+13 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 7 | -100/+196 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 10 | -102/+215 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 6 | -70/+117 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 6 | -100/+336 | |
| | ||||||
* | Scripting WIP; Lua entity step callback works | Perttu Ahola | 2011-11-29 | 3 | -35/+99 | |
| | ||||||
* | random scripting work-in-progress | Perttu Ahola | 2011-11-29 | 6 | -18/+48 | |
| | ||||||
* | Scripting WIP | Perttu Ahola | 2011-11-29 | 22 | -187/+1212 | |
| | ||||||
* | Move images to data/textures and fix some path stuff; hope that installation ↵ | Perttu Ahola | 2011-11-29 | 5 | -11/+13 | |
| | | | | still works | |||||
* | Make it actually build | Perttu Ahola | 2011-11-29 | 2 | -4/+0 | |
| | ||||||
* | Add Lua | Perttu Ahola | 2011-11-29 | 59 | -1/+17180 | |
| | ||||||
* | Better spawn position finding and checking | Perttu Ahola | 2011-11-13 | 1 | -20/+28 | |
| | ||||||
* | Fix water-glass and water-lava surfaces | Perttu Ahola | 2011-11-08 | 5 | -45/+91 | |
| | ||||||
* | Reset block usage timer on client only if it is very probably drawn | Perttu Ahola | 2011-11-08 | 1 | -3/+3 | |
| | ||||||
* | Make Connection::Receive return the data via a SharedBuffer reference, so ↵ | Kahrl | 2011-11-07 | 5 | -35/+33 | |
| | | | | | | | | the caller doesn't have to choose the right buffer size in advance. Conflicts: src/test.cpp | |||||
* | utility.h: Change Buffer's interface to be more compatible with ↵ | Kahrl | 2011-11-07 | 2 | -8/+50 | |
| | | | | SharedBuffer's interface, connection.h: use Buffer instead of SharedBuffer in command and event queues | |||||
* | Add new Connection test in test.cpp in case needed in the future (commented ↵ | Perttu Ahola | 2011-11-07 | 1 | -6/+15 | |
| | | | | out), improve comments in test.cpp a bit | |||||
* | Infinite packet flood test for debugging the new network layer | Perttu Ahola | 2011-11-07 | 1 | -3/+39 | |
| | ||||||
* | Command-line signal handling for Windows | Constantin Wenger | 2011-11-06 | 1 | -1/+36 | |
| | ||||||
* | Make water invisible next to underwater glass | Perttu Ahola | 2011-11-05 | 1 | -1/+15 | |
| | ||||||
* | Add option to set water opaque (mainly for stylistic choice) | Perttu Ahola | 2011-11-03 | 5 | -9/+39 | |
| | ||||||
* | Fix flowing liquid spacing; water and lava next to each other will glitch a ↵ | Perttu Ahola | 2011-11-03 | 1 | -2/+2 | |
| | | | | bit but it isn't as bad as this was | |||||
* | Make CONTENT_IGNORE to not block the view when occlusion culling | Perttu Ahola | 2011-11-03 | 1 | -0/+3 | |
| | ||||||
* | Disable mipmapping because it is sometimes ugly | Perttu Ahola | 2011-11-03 | 1 | -12/+15 | |
| | ||||||
* | Possible fix to bases of islands/hills getting culled out too early | Perttu Ahola | 2011-11-03 | 1 | -2/+2 | |
| | ||||||
* | Tune occlusion culling a bit more | Perttu Ahola | 2011-11-03 | 1 | -1/+1 | |
| | ||||||
* | Tune occlusion culling a bit | Perttu Ahola | 2011-11-03 | 1 | -12/+14 | |
| | ||||||
* | Very simple occlusion culling | Perttu Ahola | 2011-11-03 | 1 | -14/+84 | |
| | ||||||
* | occlusion culling fix, a little reshaping of map rendering for more useful ↵ | Perttu Ahola | 2011-11-02 | 4 | -97/+154 | |
| | | | | profiler output and dynamic profiler text size | |||||
* | Remove trailing / or \ in path_userdata (probably fixes world deletion on ↵ | Perttu Ahola | 2011-11-02 | 1 | -4/+4 | |
| | | | | Windows) | |||||
* | Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ↵ | Perttu Ahola | 2011-11-02 | 5 | -6/+29 | |
| | | | | to enable_3d_clouds) | |||||
* | Fix an obvious bug in utility.h | Perttu Ahola | 2011-11-01 | 1 | -2/+2 | |
| | ||||||
* | Attempt a workaround to the network layer segfault | Perttu Ahola | 2011-10-30 | 1 | -1/+1 | |
| | ||||||
* | Make it to compile on MSVC2010 | Perttu Ahola | 2011-10-21 | 1 | -1/+1 | |
| | ||||||
* | Some tuning in m_max_packets_per_second algorithm | Perttu Ahola | 2011-10-21 | 1 | -2/+3 | |
| | ||||||
* | Improve Connection with threading and some kind of congestion control | Perttu Ahola | 2011-10-20 | 11 | -688/+1135 | |
| | ||||||
* | Default max_simultaneous_block_sends_server_total to 2 to make network not ↵ | Perttu Ahola | 2011-10-19 | 1 | -1/+1 | |
| | | | | cough too much on the fixed block sending code | |||||
* | Fix apple inventory texture | Perttu Ahola | 2011-10-19 | 1 | -2/+2 | |
| | ||||||
* | Fix and tune block sending | Perttu Ahola | 2011-10-19 | 3 | -63/+57 | |
| | ||||||
* | Add enable_2d_clouds setting for usage on lower-end machines | Perttu Ahola | 2011-10-18 | 2 | -2/+8 | |
| | ||||||
* | Try to tune fog to work well on high-end machines also | Perttu Ahola | 2011-10-18 | 4 | -11/+17 | |
| | ||||||
* | Fix possible NULL dereference in MobV2CAO::step | Perttu Ahola | 2011-10-18 | 1 | -0/+2 | |
| | ||||||
* | Tune map rendering and related diagnostics | Perttu Ahola | 2011-10-18 | 4 | -21/+64 | |
| | ||||||
* | set backface culling off again for torches, ladders, rails and signs | Perttu Ahola | 2011-10-18 | 1 | -4/+4 | |
| |