Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new-style rats are now generated in the map | Perttu Ahola | 2011-04-10 | 4 | -6/+98 | |
| | ||||||
* | fixed a bit | Perttu Ahola | 2011-04-10 | 1 | -0/+7 | |
| | ||||||
* | implemented rats in new system to verify that it works | Perttu Ahola | 2011-04-10 | 14 | -85/+974 | |
| | ||||||
* | items now fall by gravity... also some other random updating | Perttu Ahola | 2011-04-10 | 9 | -46/+147 | |
| | ||||||
* | new object system | Perttu Ahola | 2011-04-10 | 15 | -160/+535 | |
| | ||||||
* | set GUIInventoryMenu to be scaled according to the height of the window (not ↵ | Perttu Ahola | 2011-04-09 | 1 | -3/+3 | |
| | | | | width) | |||||
* | Some progress on transitioning from MapBlockObject to ActiveObject. | Perttu Ahola | 2011-04-08 | 13 | -40/+522 | |
| | ||||||
* | stone shovel now needs cobble, not stone. | Perttu Ahola | 2011-04-06 | 2 | -1/+4 | |
| | ||||||
* | cleaning notes and stuff | Perttu Ahola | 2011-04-06 | 2 | -70/+32 | |
| | ||||||
* | Server: Only send node removal/addition to client if client's player is near ↵ | Perttu Ahola | 2011-04-06 | 2 | -7/+86 | |
| | | | | it. Otherwise set the modified blocks unsent. | |||||
* | Made mesh update on node removal asynchronous on client, to reduce frametime ↵ | Perttu Ahola | 2011-04-06 | 1 | -1/+2 | |
| | | | | spikes | |||||
* | Made mesh update on node addition asynchronous on client, to reduce ↵ | Perttu Ahola | 2011-04-06 | 2 | -3/+13 | |
| | | | | frametime spikes | |||||
* | fixed the bug of disabled removal of empty chests | Perttu Ahola | 2011-04-06 | 2 | -3/+9 | |
| | ||||||
* | Furnace is now usable. Added more tools. | Perttu Ahola | 2011-04-05 | 9 | -99/+419 | |
| | | | | | | --HG-- rename : data/tool_stpick.png => data/tool_stonepick.png rename : data/tool_wpick.png => data/tool_woodpick.png | |||||
* | forgot the furnace menu files! | Perttu Ahola | 2011-04-05 | 2 | -0/+102 | |
| | ||||||
* | A more robust format for node metadata | Perttu Ahola | 2011-04-05 | 3 | -11/+59 | |
| | ||||||
* | initial workings of the furnace | Perttu Ahola | 2011-04-05 | 9 | -165/+423 | |
| | ||||||
* | changed node metadata format to better accomodate future needs and problems | Perttu Ahola | 2011-04-05 | 12 | -46/+192 | |
| | ||||||
* | Fixed chest contents not immediately updating to all players | Perttu Ahola | 2011-04-04 | 2 | -2/+15 | |
| | ||||||
* | Modified windows build parameters a bit to make it build | Perttu Ahola | 2011-04-04 | 1 | -1/+2 | |
| | ||||||
* | removed reference to script directory in cmake install | Perttu Ahola | 2011-04-04 | 1 | -2/+0 | |
| | ||||||
* | Chests work now! | Perttu Ahola | 2011-04-04 | 11 | -147/+519 | |
| | ||||||
* | initial chest metadata | Perttu Ahola | 2011-04-04 | 7 | -52/+122 | |
| | ||||||
* | now the server builds | Perttu Ahola | 2011-04-04 | 2 | -2/+11 | |
| | ||||||
* | still a missing file | Perttu Ahola | 2011-04-04 | 1 | -0/+66 | |
| | ||||||
* | forgot some files | Perttu Ahola | 2011-04-04 | 2 | -0/+305 | |
| | ||||||
* | fully implemented the sign with the new framework | Perttu Ahola | 2011-04-04 | 8 | -8/+158 | |
| | ||||||
* | Node metadata framework | Perttu Ahola | 2011-04-04 | 7 | -8/+70 | |
| | ||||||
* | Made a proper queued thread to client for handling some block mesh updates. ↵ | Perttu Ahola | 2011-04-04 | 7 | -382/+714 | |
| | | | | Also made client mutex-free to allow easier adding of new stuff. | |||||
* | Modified block mesh generation to have clearer input and output. Instead of ↵ | Perttu Ahola | 2011-04-03 | 9 | -83/+240 | |
| | | | | being a messy object oriented cludge, it now is a messy cludge with separate parameters. | |||||
* | commit before some more radical changes | Perttu Ahola | 2011-04-03 | 12 | -63/+222 | |
| | ||||||
* | copied draft of updateNodeMeshes from backup | Perttu Ahola | 2011-04-03 | 2 | -24/+42 | |
| | ||||||
* | Removed lua stuff | Perttu Ahola | 2011-04-03 | 68 | -18549/+6 | |
| | ||||||
* | Revert mapgen to best working version (2) | Perttu Ahola | 2011-04-03 | 6 | -2802/+316 | |
| | ||||||
* | tuned water texture and removed two debug prints from server | Perttu Ahola | 2011-04-02 | 1 | -3/+3 | |
| | ||||||
* | Mapgen is better now. Not a lot, but a bit! | Perttu Ahola | 2011-04-02 | 8 | -210/+1074 | |
| | ||||||
* | commit before some radical changes | Perttu Ahola | 2011-04-02 | 6 | -137/+199 | |
| | ||||||
* | mapgen work-in-progress | Perttu Ahola | 2011-03-02 | 7 | -122/+993 | |
| | ||||||
* | mapgen tweaking | Perttu Ahola | 2011-03-01 | 4 | -97/+178 | |
| | ||||||
* | tweaked mapgen | Perttu Ahola | 2011-02-28 | 1 | -11/+64 | |
| | ||||||
* | fixed server sending wrong position of node removal | Perttu Ahola | 2011-02-28 | 1 | -1/+1 | |
| | ||||||
* | tweaked mapgen | Perttu Ahola | 2011-02-28 | 3 | -74/+130 | |
| | ||||||
* | added trees (very glitchy) and changed grass texture | Perttu Ahola | 2011-02-28 | 2 | -6/+40 | |
| | ||||||
* | - | Perttu Ahola | 2011-02-28 | 1 | -3/+5 | |
| | ||||||
* | A third try on terrain generation. No trees yet. | Perttu Ahola | 2011-02-28 | 12 | -226/+974 | |
| | ||||||
* | fixed 3d noise and made 2d noise faster | Perttu Ahola | 2011-02-27 | 1 | -1/+23 | |
| | ||||||
* | 3d noise stuff | Perttu Ahola | 2011-02-26 | 2 | -7/+82 | |
| | ||||||
* | fixed a possible infinite loop in ClientEnvironment (dtime counter getting ↵ | Perttu Ahola | 2011-02-24 | 2 | -2/+11 | |
| | | | | so small that it doesn't increment the value) | |||||
* | modified the build system of lua to a more minimal one | Perttu Ahola | 2011-02-24 | 6 | -168/+56 | |
| | ||||||
* | fixed a path in build system's packaging part | Perttu Ahola | 2011-02-23 | 1 | -1/+1 | |
| |