index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
subgame.cpp
Age
Commit message (
Expand
)
Author
2016-03-19
Clean up Strfnd
ShadowNinja
2015-10-02
Add environment variable MINETEST_WORLD_PATH
SmallJoker
2015-08-25
Change i++ to ++i
David Jones
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-18
Fix game minetest.conf default settings
est31
2015-03-18
Save creative_mode and enable_damage setting for each world in world.mt
fz72
2015-03-07
Respect game mapgen flags and save world noise params
ngosang
2015-03-05
Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...
Loic Blot
2015-01-27
Write common mapgen params to map_meta.txt on world initialization
kwolekr
2014-10-28
Fix various indentation issues
PenguinDad
2014-10-22
Search for subgames using $MINETEST_SUBGAME_PATH.
David Thompson
2014-08-16
Add sqlite3 backend hack for android
sapier
2014-07-06
Switch android to leveldb as sqlite3 is broken and fails to save any mapblock...
sapier
2013-09-09
Fix 'Unknown map backend' error when using Configure menu right after creatin...
Sfan5
2013-09-09
Add dummy and LevelDB database backends
Ilya Zhuravlev
2013-08-13
Dont write directly to files but rather write and copy a tmp file
PilzAdam
2013-05-19
New modsystem
PilzAdam
2013-05-04
Add header.png and footer.png support for games, and support texture packs vi...
Perttu Ahola
2013-05-02
Use DIR_DELIM instead of / in file paths
PilzAdam
2013-05-02
Get menu background image from selected game
Perttu Ahola
2013-03-21
Support game-specific minetest.conf
Perttu Ahola
2013-03-21
Common mods support
Perttu Ahola
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2013-01-21
Basic support for configuring which mods to load for each world
Jürgen Doser
2012-06-17
Initially split utility.h to multiple files in util/
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-04-08
Support placing a minetest game inside $world/game to allow creating proper a...
Perttu Ahola
2012-03-26
Prefer _game postfix in game names (to be squashed to the previous commit)
Perttu Ahola
2012-03-26
Support _game postfix in game names, taking it out to make the gameid
Perttu Ahola
2012-03-26
Add game.conf check in subgame.cpp
Perttu Ahola
2012-03-25
Make server world selection not brain dead and use gameid 'minetest' instead ...
Perttu Ahola
2012-03-20
Fix mod paths
Perttu Ahola
2012-03-20
Flatten share/ and user/ in the source and for the RUN_IN_PLACE build
Perttu Ahola
2012-03-19
Rework directory structure
Perttu Ahola
2012-03-18
Fix old world search path for non-run-in-place build
Perttu Ahola
2012-03-13
World creation button and dialog and functionality
Perttu Ahola
2012-03-11
World selection box in main menu (and random fixing)
Perttu Ahola
2012-03-11
command-line/world game selection
Perttu Ahola