]> git.lizzy.rs Git - minetest.git/history - src/game.cpp
fixed a small memory leak in game.cpp
[minetest.git] / src / game.cpp
2011-05-21 Perttu Aholafixed a small memory leak in game.cpp
2011-05-21 Perttu AholaAll textures are are now searched first from the direct...
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-20 Ciaran GultnieksPasswords - password entry at main menu, stored and...
2011-05-19 Ciaran GultnieksDon't say 'Creating server and client' if the server...
2011-05-16 Perttu Aholamerged CiaranG's changes (player privileges)
2011-05-15 Perttu Aholafixed an "unused variable" warning
2011-05-14 Perttu Aholaremoved a leftover debug print
2011-05-14 Perttu AholaAdded key configuration in the configuration file.
2011-05-09 Perttu Aholamerged CiaranG's changes: the glass block
2011-05-06 Perttu AholaFixed viewing range stuff a bit (now it works better...
2011-04-29 Perttu Aholarandom comment updates
2011-04-29 Perttu Aholamade proper skyboxes for dawn/evening and night
2011-04-29 Perttu AholaTweaked clouds a bit
2011-04-29 Perttu Aholaadded simple skybox
2011-04-29 Perttu Aholaadded clouds
2011-04-24 Perttu AholaOptimized smooth lighting calculation code
2011-04-24 Perttu AholaAdded a simple software "ambient occlusion" effect...
2011-04-23 Perttu AholaMade the main menu a bit more unique looking
2011-04-23 Perttu AholaCode refactoring; split half of main.cpp to game.cpp.