]> git.lizzy.rs Git - minetest.git/history - src/main.cpp
fixed port setting not being loaded from configuration file for client
[minetest.git] / src / main.cpp
2011-04-12 Perttu Aholafixed port setting not being loaded from configuration...
2011-04-11 Perttu AholaAdded installing build-essential to build instructions...
2011-04-10 Perttu Aholaitems now fall by gravity... also some other random...
2011-04-10 Perttu Aholanew object system
2011-04-07 Perttu AholaSome progress on transitioning from MapBlockObject...
2011-04-06 Perttu Aholastone shovel now needs cobble, not stone.
2011-04-06 Perttu Aholacleaning notes and stuff
2011-04-06 Perttu AholaMade mesh update on node addition asynchronous on clien...
2011-04-05 Perttu Aholafixed the bug of disabled removal of empty chests
2011-04-04 Perttu Aholachanged node metadata format to better accomodate futur...
2011-04-04 Perttu AholaFixed chest contents not immediately updating to all...
2011-04-04 Perttu AholaChests work now!
2011-04-04 Perttu Aholainitial chest metadata
2011-04-04 Perttu Aholafully implemented the sign with the new framework
2011-04-04 Perttu AholaNode metadata framework
2011-04-03 Perttu AholaMade a proper queued thread to client for handling...
2011-04-03 Perttu Aholacommit before some more radical changes
2011-04-03 Perttu Aholacopied draft of updateNodeMeshes from backup
2011-04-03 Perttu AholaRevert mapgen to best working version (2)
2011-04-02 Perttu AholaMapgen is better now. Not a lot, but a bit!
2011-04-02 Perttu Aholacommit before some radical changes
2011-03-02 Perttu Aholamapgen work-in-progress
2011-02-28 Perttu Aholamapgen tweaking
2011-02-28 Perttu Aholatweaked mapgen
2011-02-28 Perttu Ahola-
2011-02-28 Perttu AholaA third try on terrain generation. No trees yet.
2011-02-24 Perttu Aholafixed a possible infinite loop in ClientEnvironment...
2011-02-23 Perttu Aholamodified the build system of lua to a more minimal one
2011-02-23 Perttu Aholamainly work on object scripting api
2011-02-21 Perttu Aholapreliminary lua scripting framework for objects
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
2011-02-19 Perttu Aholavideo backend selection
2011-02-18 Perttu Aholarandom code cleaning, shouldn't affect anything
2011-02-17 Perttu AholaBetter texture handling. Textures are not added to...
2011-02-16 Perttu AholaDebug stacks will now be printed on Ctrl-C. Also client...
2011-02-15 Perttu Aholastill a little fix!
2011-02-15 Perttu AholaCtrl+C handling on POSIX, some commands for server...
2011-02-14 Perttu Aholanew hotbar, more minecraft-like
2011-02-14 Perttu AholaSome fiddling around with fog... not much changed
2011-02-14 Perttu Aholaadded sneaking/crouching and changelog
2011-02-13 Perttu Aholatuned fog distance a bit
2011-02-13 Perttu Aholachanged sky color and made new style leaves a bit more...
2011-02-12 Perttu Aholahopefully a fix for the majority of the windows 7 probl...
2011-02-11 Perttu Aholadisabled work wrap to show every line of chat in any...
2011-02-11 Perttu Aholamore stuff...
2011-02-11 Perttu Aholafully working i guess
2011-02-11 Perttu Aholanew texture stuff quite working
2011-02-10 Perttu Aholafixes toward mingw compatibility
2011-02-10 Perttu Aholasome texture stuff
2011-02-10 Perttu Aholawork-in-progress texture atlas optimization
2011-02-08 Perttu Aholauh... accidentally left directX as the default in main.cpp
2011-02-08 Perttu Aholalocal game connects to 127.0.0.1 instead of localhost...
2011-02-08 Perttu Aholamade it to work with my windows compiler
2011-02-07 Perttu Aholabug-fixin'
2011-02-06 Perttu Aholamapgen tweaking
2011-02-05 Perttu Aholamapgen stuff
2011-02-04 Perttu Aholaadded sand to map generator
2011-02-03 Perttu Aholaall kinds of tweaking and fixing
2011-02-03 Perttu Aholasome generation-time mud flow tweaking
2011-02-02 Perttu Aholasome tweaking
2011-02-02 Perttu Aholamore tweaking
2011-02-01 Perttu AholaThis map generator is starting to look pretty good...
2011-02-01 Perttu Aholapartly working chunk-based map generator (doesn't save...
2011-01-29 Perttu Aholamap generation framework under development... not quite...
2011-01-27 Perttu AholaNow texture handling is fast. Also now players are...
2011-01-26 Perttu Aholabacking up some stuff
2011-01-25 Perttu Aholacomments
2011-01-25 Perttu AholaMap deletion button
2011-01-25 Perttu Aholaremoved alternative name "pressure" from param2
2011-01-25 Perttu AholaTweaking around
2011-01-24 Perttu AholaFaster lighting at map generation time
2011-01-24 Perttu AholaMainly some texture tweaking
2011-01-23 Perttu Aholasmall fixes here and there
2011-01-23 Perttu Aholatodo-list update
2011-01-23 Perttu AholaOMG! Main Menu!
2011-01-21 Perttu AholaDocumentation updates.
2011-01-18 Perttu Aholamade old build system to work too. the cmake one doesn...
2011-01-17 Perttu Aholaconfiguration updates; making to build on msvc
2011-01-17 Perttu Aholaminecraft-style water done (but no texture animation...
2011-01-17 Perttu Aholaold water removed, some fixes here and there
2011-01-17 Perttu Aholacommit before messing with water
2011-01-17 Perttu Aholafine-tuning of map generator and server and stuff.
2011-01-14 Perttu Aholatweaking around, including mapgen, player speed in...
2011-01-08 Perttu Aholacontinued.
2011-01-08 Perttu AholaFixed (maybe) segfault if font is not found
2011-01-08 Perttu AholaCMake stuff works now on linux and windows... and shoul...
2011-01-07 Perttu AholaAdded a more flexible path system (and fixed some minor...
2011-01-07 Perttu Aholaupdated main.cpp TODO comments
2010-12-29 Perttu Aholapossibly fixed broken crack textures on some machines
2010-12-29 Perttu AholaA bit longer day and a bit shorter night. Client-side.
2010-12-27 Perttu Aholabetter debug output in segfaults and stack overflows...
2010-12-26 Perttu Aholaworking good
2010-12-26 Perttu Aholadrawing range updater update and myrand() (but not...
2010-12-26 Perttu Aholanew viewing range updater algorithm
2010-12-25 Perttu Aholamain.cpp before viewing range stuff redoing
2010-12-25 Perttu Aholabetter caves
2010-12-25 Perttu Aholatinkering around
2010-12-25 Perttu Aholamore tinkering around
2010-12-25 Perttu Aholasome tinkering around
2010-12-25 Perttu Aholaslight map generation bugs
next