minetest-jachoo/src
placki adbd11e4ed Borderstones always have valid owners.
(but what happens when clan is removed?!)
2011-11-02 17:51:36 +01:00
..
jthread Temporary commit; lots of test code and stuff 2011-02-21 00:45:14 +02:00
sqlite Update to SQLite 3.7.7.1 2011-09-01 18:27:30 -04:00
CMakeLists.txt Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
MyBillboardSceneNode.cpp mobv2 2011-10-15 02:28:57 +03:00
MyBillboardSceneNode.h mobv2 2011-10-15 02:28:57 +03:00
activeobject.h reorganized a lot of stuff and modified mapgen and objects slightly while doing it 2011-06-26 15:48:56 +03:00
auth.cpp Clans privs 2011-10-16 00:12:37 +02:00
auth.h Clans privs 2011-10-16 00:12:37 +02:00
ban.cpp Fixed/extended/modified ban stuff to be good for inclusion 2011-08-12 13:11:27 +03:00
ban.h Fixed/extended/modified ban stuff to be good for inclusion 2011-08-12 13:11:27 +03:00
base64.cpp Fixed the password crash on Windows 2011-06-02 00:01:11 +03:00
base64.h Passwords - password entry at main menu, stored and checked by server 2011-05-20 20:28:03 +01:00
camera.cpp Try to tune fog to work well on high-end machines also 2011-10-18 21:08:31 +03:00
camera.h Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
clans.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
clans.h Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
client.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
client.h Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
clientobject.cpp mobv2 2011-10-15 02:28:57 +03:00
clientobject.h Improve mobv2 2011-10-15 12:17:21 +03:00
clientserver.h Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
clouds.cpp Add enable_2d_clouds setting for usage on lower-end machines 2011-10-18 23:55:55 +03:00
clouds.h random comment updates 2011-04-30 02:12:32 +03:00
cmake_config.h.in Actually make USE_GETTEXT available in the source 2011-07-24 18:34:10 +02:00
collision.cpp extended content-type range 2011-07-23 16:55:26 +03:00
collision.h reorganized a lot of stuff and modified mapgen and objects slightly while doing it 2011-06-26 15:48:56 +03:00
common_irrlicht.h Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
config.h Sanitize GETTEXT usage macros 2011-07-24 16:52:59 +02:00
connection.cpp Make it to compile on MSVC2010 2011-10-21 18:37:43 +03:00
connection.h Improve Connection with threading and some kind of congestion control 2011-10-20 23:04:09 +03:00
constants.h Collected and moved existing camera infrastructure from game.cpp to camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant. 2011-09-08 01:08:47 +02:00
content_cao.cpp Fix possible NULL dereference in MobV2CAO::step 2011-10-18 19:53:34 +03:00
content_cao.h Make dungeon masters though and make oerkkis disappear when they get to you (because hitting them doesn't work for some unknown reason) 2011-10-15 16:04:25 +03:00
content_craft.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
content_craft.h Created and moved stuff to content_nodemeta.{h,cpp} 2011-06-18 00:46:50 +03:00
content_inventory.cpp Fix apple inventory texture 2011-10-19 02:36:46 +03:00
content_inventory.h Rats are now eatable. Also made their selection box move smoothly. 2011-07-30 18:51:15 +03:00
content_mapblock.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
content_mapblock.h Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapblock.{h,cpp} 2011-06-17 23:20:31 +03:00
content_mapnode.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
content_mapnode.h Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
content_nodemeta.cpp Switch more stuff to use the logging thing and fix segfault on player leave from server as introduced in a previous switch-to-logging commit 2011-10-16 16:28:12 +03:00
content_nodemeta.h remove content_* things from map.cpp 2011-09-23 18:04:48 +10:00
content_object.h mobv2 2011-10-15 02:28:57 +03:00
content_sao.cpp Remove very floody log message of MobV2SAO 2011-10-17 11:45:06 +03:00
content_sao.h Fix punching of oerkkis 2011-10-17 01:58:38 +03:00
debug.cpp Prevent threadid_t from losing precision when casted on 64bit systems 2011-08-11 10:52:27 +02:00
debug.h Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap. 2011-10-16 14:57:53 +03:00
defaultsettings.cpp build on borders option 2011-10-29 01:09:54 +02:00
defaultsettings.h Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
environment.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
environment.h Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
exceptions.h framework for modifying textures 2010-12-20 22:03:49 +02:00
farmesh.cpp Fixed farmesh to such that it was a long time ago. 2011-08-03 13:03:30 +03:00
farmesh.h Fixed farmesh to such that it was a long time ago. 2011-08-03 13:03:30 +03:00
filesys.cpp Fix map delete on windows (concatenate paths correctly with / or \ depending on OS) 2011-10-16 16:16:47 +03:00
filesys.h Fix map delete on windows (concatenate paths correctly with / or \ depending on OS) 2011-10-16 16:16:47 +03:00
game.cpp Message for borderstone protected area 2011-11-02 14:38:43 +01:00
game.h Overhaul the input system 2011-08-22 13:01:11 +02:00
gettext.h fixed some error :/ 2011-08-05 08:45:15 +02:00
gettime.h organizing stuff. 2010-12-21 18:08:24 +02:00
guiDeathScreen.cpp Handle death and respawn better 2011-10-15 14:46:59 +03:00
guiDeathScreen.h Handle death and respawn better 2011-10-15 14:46:59 +03:00
guiInventoryMenu.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
guiInventoryMenu.h moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp} 2011-06-18 02:00:01 +03:00
guiKeyChangeMenu.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
guiKeyChangeMenu.h Introduce hotkey for calling up a command window 2011-08-22 13:02:08 +02:00
guiMainMenu.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
guiMainMenu.h Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into upstream_merge 2011-06-26 12:24:32 +02:00
guiMessageMenu.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
guiMessageMenu.h added new submenu for key assignment 2011-06-01 19:44:07 +02:00
guiPasswordChange.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
guiPasswordChange.h Updated licenses of CiaranG's contributions to be in line with the new contribution policy and added a TODO note to server.cpp 2011-05-31 11:59:51 +03:00
guiPauseMenu.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
guiPauseMenu.h Added the ability to change your password (via pause menu) 2011-05-22 21:09:12 +01:00
guiTextInputMenu.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
guiTextInputMenu.h OMG! Main Menu! 2011-01-23 17:29:15 +02:00
inventory.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
inventory.h mobv2 2011-10-15 02:28:57 +03:00
keycode.cpp Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
keycode.h Overhaul the input system 2011-08-22 13:01:11 +02:00
light.cpp tested out and commented out some new stuff for the terrain generator, to be used in the future. 2011-04-26 15:38:42 +03:00
light.h all kinds of tweaking and fixing 2011-02-04 01:22:07 +02:00
log.cpp Initially add small and tight logging facility 2011-10-16 12:45:00 +03:00
log.h Initially add small and tight logging facility 2011-10-16 12:45:00 +03:00
main.cpp Improve Connection with threading and some kind of congestion control 2011-10-20 23:04:09 +03:00
main.h Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
mainmenumanager.h Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
map.cpp Borderstones always have valid owners. 2011-11-02 17:51:36 +01:00
map.h Borderstones always have valid owners. 2011-11-02 17:51:36 +01:00
mapblock.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
mapblock.h Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-16 22:59:11 +02:00
mapblock_mesh.cpp Improve rendering and fix tiling in mesh generation 2011-10-18 13:56:35 +03:00
mapblock_mesh.h Made dark places tint slightly in blue 2011-07-23 04:10:17 +03:00
mapblock_nodemod.h forgot to add mapblock_nodemod.h 2011-06-18 02:01:51 +03:00
mapchunk.h even more code refactoring 2011-06-26 02:34:36 +03:00
mapgen.cpp mobv2 2011-10-15 02:28:57 +03:00
mapgen.h Adding (most) of the sapling functionality. It has yet to work, since MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest. 2011-09-23 18:13:53 -07:00
mapnode.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
mapnode.h ...Make the the server buildable again after the last commit 2011-10-18 17:20:54 +03:00
mapsector.cpp more reorganizing of map code 2011-06-26 01:31:43 +03:00
mapsector.h more reorganizing of map code 2011-06-26 01:31:43 +03:00
materials.cpp extended content-type range 2011-07-23 16:55:26 +03:00
materials.h extended content-type range 2011-07-23 16:55:26 +03:00
mineral.cpp All textures are are now searched first from the directory specified by the texture_path setting. 2011-05-21 11:07:03 +03:00
mineral.h reorganized stuff 2011-06-26 18:51:57 +03:00
modalMenu.h changed node metadata format to better accomodate future needs and problems 2011-04-05 00:24:47 +03:00
nodemetadata.cpp Switch more stuff to use the logging thing and fix segfault on player leave from server as introduced in a previous switch-to-logging commit 2011-10-16 16:28:12 +03:00
nodemetadata.h remove content_* things from map.cpp 2011-09-23 18:04:48 +10:00
noise.cpp updated noise stuff 2011-06-26 18:50:13 +03:00
noise.h updated noise stuff 2011-06-26 18:50:13 +03:00
player.cpp Borderstones always have valid owners. 2011-11-02 17:51:36 +01:00
player.h Borderstones always have valid owners. 2011-11-02 17:51:36 +01:00
porting.cpp Fix map delete on windows (concatenate paths correctly with / or \ depending on OS) 2011-10-16 16:16:47 +03:00
porting.h fixed not finding data dir if installed 2011-08-12 14:26:37 +02:00
profiler.h Some more profiler stuff to get the hang on what really uses CPU 2011-10-16 22:39:35 +03:00
serialization.cpp the zlib error print function now prints to dstream (debug.txt) 2011-08-08 12:11:41 +03:00
serialization.h Groups - everything should work now 2011-09-15 19:17:50 +02:00
server.cpp Borderstones always have valid owners. 2011-11-02 17:51:36 +01:00
server.h "die" server command added 2011-10-27 23:17:44 +02:00
servercommand.cpp "die" server command added 2011-10-27 23:17:44 +02:00
servercommand.h Server now supports replies without prefix 2011-08-22 13:02:08 +02:00
servermain.cpp Fix partly double printed debug.txt 2011-10-17 10:46:16 +03:00
serverobject.cpp Attempt to fix a problem with the factory mappings of objects residing in different source files than the prototype objects that fill them in 2011-07-16 17:39:03 +03:00
serverobject.h Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs setting 2011-10-16 11:52:33 +03:00
settings.h Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap. 2011-10-16 14:57:53 +03:00
sha1.cpp Passwords - a few corrections to the previous commit 2011-05-20 21:37:13 +01:00
sha1.h Passwords - a few corrections to the previous commit 2011-05-20 21:37:13 +01:00
socket.cpp Better handling of SendFailedException in Connection 2011-10-18 03:42:23 +03:00
socket.h Better handling of SendFailedException in Connection 2011-10-18 03:42:23 +03:00
staticobject.h added missing file 2011-04-10 20:49:15 +03:00
strfnd.h Added message of the day and made it properly configurable using /#setting (not saved to config file yet) 2011-07-30 19:31:33 +03:00
test.cpp Merge branch 'master' of git://github.com/celeron55/minetest 2011-10-26 23:20:14 +02:00
test.h license stuff 2010-11-29 20:13:04 +02:00
threads.h added some missing files 2010-12-20 22:23:24 +02:00
tile.cpp Automate texture listing for texture atlas making 2011-10-18 11:31:23 +03:00
tile.h Improve rendering and fix tiling in mesh generation 2011-10-18 13:56:35 +03:00
utility.cpp Tune map rendering and related diagnostics 2011-10-18 19:18:01 +03:00
utility.h Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap. 2011-10-16 14:57:53 +03:00
voxel.cpp extended content-type range 2011-07-23 16:55:26 +03:00
voxel.h Always return from non-void functions 2011-08-08 16:13:48 +02:00
winresource.rc added windows icon 2011-07-31 00:39:43 +03:00