]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2011-07-04 Perttu AholaUpdated version and changelog
2011-07-04 Perttu AholaRemoved tag 0.2.20110704_0
2011-07-04 Perttu AholaAdded tag 0.2.20110704_0 for changeset 25aa2021937f
2011-07-01 Perttu Aholainitial steps in doing content type extension
2011-07-01 Perttu Aholamade screen go slightly blue when underwater
2011-07-01 Perttu AholaFixed objects being sometimes not able to be stored...
2011-06-27 Perttu Aholatried to fix block selection in map rendering a bit
2011-06-27 Perttu Aholafixed bug in inventory textures caused from better...
2011-06-27 Perttu Aholaupdated minetest.conf.example and changed client_unload...
2011-06-27 Perttu Aholabetter handling of unknown blocks on client
2011-06-27 Perttu Aholaupdated to-do list
2011-06-26 Perttu Aholamade dtime jitter compare value and fps calculation...
2011-06-26 Perttu Aholamap unloading is now a whole lot better
2011-06-26 Perttu Aholafixed block unloading from memory (a better fix coming...
2011-06-26 Perttu AholaMade the initial loading screen slightly more alive
2011-06-26 Perttu Aholaadded screenshot key F12 (from spongie)
2011-06-26 Perttu AholaAdded CPT_FACEDIR_SIMPLE calculation, finally, as figur...
2011-06-26 Perttu Aholachanged one "if" to "else if" in content_mapblock.cpp
2011-06-26 Perttu Aholareorganized stuff
2011-06-26 Perttu Aholatuned mapgen
2011-06-26 Perttu Aholachanged water color in farmesh
2011-06-26 Perttu Aholaupdated noise stuff
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-26 Perttu Aholaimproved player fall damage detection
2011-06-26 Perttu Aholaadded and commented out some debug output
2011-06-25 Perttu Aholaeven more code refactoring
2011-06-25 Perttu Aholamore reorganizing of map code
2011-06-25 Perttu Aholacleaned map stuff
2011-06-25 Perttu Aholamoved mapgen stuff around abit
2011-06-25 Perttu Aholamoved map generator to separate source files
2011-06-25 Perttu Aholaadded minetestmapper in utils/
2011-06-25 Perttu Aholamapgen stuff
2011-06-25 Perttu Aholaadded correct data to new images, added comments in...
2011-06-25 Perttu AholaNew map generator added (and SQLite, messed up the...
2011-06-25 Perttu AholaReorganizing stuff (import from temporary git repo)
2011-06-23 Perttu Aholadisabled farmesh in default settings
2011-06-22 Perttu Aholafixed servermain.cpp lacking filesys.h
2011-06-20 Perttu Aholapath_userdata is now created before potentially creatin...
2011-06-20 Perttu Aholamoved the mac include in porting.cpp out of namespace
2011-06-19 Perttu Aholafixed a segfault in case of wrong input from network...
2011-06-19 Perttu Aholauh oh, forgot to add treeprop.png to the repo
2011-06-18 Perttu AholaModified the mesh update thread's sleep time to speed...
2011-06-18 Perttu Aholalol, i have apparently used python too much...
2011-06-18 Perttu Aholaadded a small php example
2011-06-18 Perttu AholaAdded endianess to procotol.txt
2011-06-18 Perttu AholaFixed typo in protocol.txt
2011-06-18 Perttu Aholaupdated protocol.txt
2011-06-18 Perttu AholaDocumentation update
2011-06-18 Perttu AholaHand-picked Mac OSX cursor and bundle path fixes from...
2011-06-18 Perttu AholaAdded tag 0.2.20110618_0_dev for changeset dd08a9b5cb84
2011-06-18 Perttu AholaChanged MapBlockObjects to be never written anymore...
2011-06-18 Perttu Aholacomment update
2011-06-18 Perttu Aholafarmesh render range is now dynamic
2011-06-18 Perttu Aholafixed tree placement in farmesh
2011-06-18 Perttu Aholafarmesh is now usable.
2011-06-18 Perttu Aholamodified health bar a bit
2011-06-18 Perttu Aholaenabled word wrap in chat
2011-06-18 Perttu Aholafixed wrong furnace menu layout
2011-06-18 Perttu Aholamerged Mac OSX build fix from minetest-delta
2011-06-17 Perttu Aholaremoved furnace menu because it is not needed anymore
2011-06-17 Perttu Aholaseparated inventory-related game content to content_inv...
2011-06-17 Perttu Aholaforgot to add mapblock_nodemod.h
2011-06-17 Perttu Aholamoved inventory menu definition of chest and furnace...
2011-06-17 Perttu AholaCreated and moved stuff to content_nodemeta.{h,cpp}
2011-06-17 Perttu Aholaadded in-game key shortcuts for toggling free_move...
2011-06-17 Perttu Aholamodified iron amount a bit
2011-06-17 Perttu AholaUpdated comments
2011-06-17 Perttu AholaMoved stuff from mapblock{h,cpp} to mapblock_mesh....
2011-06-17 Perttu Aholaremoved licensecomment.txt
2011-06-17 Perttu AholaMoved some mapnode content stuff from mapnode.{h,cpp...
2011-06-16 Perttu Aholahopefully fixed old furnaces taking ridiculous amounts...
2011-06-16 Perttu AholaProbably fixed the single-MapBlock generator using...
2011-06-07 Perttu AholaAdded an experimental "far view" thing. Doesn't work...
2011-06-05 Perttu Ahola...and the map part of that
2011-06-05 Perttu Aholamade server to send map seed for testing
2011-06-05 Perttu Aholaupdated comment in main.cpp
2011-06-05 Perttu Aholatried to reduce unnecessary map saving disk i/o a bit
2011-06-04 Perttu AholaMessed around with genmap.py. Now supports format versi...
2011-06-04 Perttu Aholaupdated mapformat.txt a bit
2011-06-04 Perttu Aholadocumentation update (mapformat.txt mainly)
2011-06-02 Perttu Aholaremoved a debug print that would flood a lot in some...
2011-06-02 Perttu AholaIn a globally installed build, debug.txt is now placed...
2011-06-01 Perttu Aholaadded -Wno-unused-but-set-variable to debug build
2011-06-01 Perttu Aholamore merging - hopefully all spare heads are now gone
2011-06-01 Perttu Aholamerged an old head into main branch
2011-06-01 Perttu Aholamerged fence graphic updates another time...
2011-06-01 Perttu AholaMerged CiaranG's fence graphic updates (ugh, well,...
2011-06-01 Perttu AholaAdded tag 0.2.20110602_0 for changeset 6f17cd3f6c54
2011-06-01 Perttu AholaRemoved tag 0.2.20110602_0
2011-06-01 Perttu AholaAdded tag 0.2.20110602_0 for changeset 96efc17b4cd9
2011-06-01 Perttu Ahola0.2.20110602_0
2011-06-01 Perttu AholaFixed the password crash on Windows
2011-05-31 Perttu AholaReduced server CPU usage on NodeMetadata step()s. Also...
2011-05-31 Ciaran GultnieksSlightly better texture coordinates for fences
2011-05-31 celeron55Updated licenses of CiaranG's contributions to be in...
2011-05-30 Perttu Aholaforgot to add profiler to servermain.cpp
2011-05-30 Perttu Aholaupdated version
2011-05-30 Perttu Aholaauth stuff is now saved only when modified
2011-05-30 Perttu Aholaremoved some debug prints
2011-05-30 Perttu AholaReduced the CPU usage of the sent block selector algorithm
next