aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)Author
2011-06-07Added an experimental "far view" thing. Doesn't work exactly like it should a...Perttu Ahola
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-29invert_mouse config optionPerttu Ahola
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
2011-05-24when pause menu is activated, move mouse cursor on top of the disconnect butt...Perttu Ahola
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
2011-05-21fixed a small memory leak in game.cppPerttu Ahola
2011-05-21All textures are are now searched first from the directory specified by the t...Perttu Ahola
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-05-19Don't say 'Creating server and client' if the server is remote, so not being ...Ciaran Gultnieks
2011-05-15fixed an "unused variable" warningPerttu Ahola
2011-05-14removed a leftover debug printPerttu Ahola
2011-05-14Added key configuration in the configuration file.Perttu Ahola
2011-05-06Fixed viewing range stuff a bit (now it works better with very low ranges)Perttu Ahola
2011-04-30random comment updatesPerttu Ahola
2011-04-29made proper skyboxes for dawn/evening and nightPerttu Ahola
2011-04-29Tweaked clouds a bitPerttu Ahola
2011-04-29added simple skyboxPerttu Ahola
2011-04-29added cloudsPerttu Ahola
2011-04-24Optimized smooth lighting calculation codePerttu Ahola
2011-04-24Added a simple software "ambient occlusion" effect, like minecraft's "smooth ...Perttu Ahola
2011-04-24Made the main menu a bit more unique lookingPerttu Ahola
2011-04-23Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola