2012-03-25 |
Perttu Ahola | Change postfixes from N.ogg to .N.ogg in user/testsounds...
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Some serialization version stuff
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Initialize utility.h return values to 0 to make lazily...
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Update doc/lua_api.txt
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Switch sound randomizer postfixes from N.ogg to .N.ogg
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Sound loading from memory (by using a quick hack)
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Update/fix .gitignore
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Almost support loading sounds from server
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Add a variant of hex_encode
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Add removeStringEnd()
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Add more media directories; mod/{textures,sounds,media}
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Texture cache -> Media cache WIP
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Make event_manager.h build on MSVC
|
commit | commitdiff | tree |
2012-03-25 |
Perttu Ahola | Build configuration fixes/improvements on Windows
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Fix build on MinGW (as compared to Linux)
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Lua API for playing sounds
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Add sound.dig
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Update doc/lua_api.txt
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Add sounds, tune things
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Digging and placing sounds
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Add event manager and use it to trigger sounds
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | LocalPlayer::getStandingNodePos()
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | c55sound continued
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | Update/fix/improve config.h and cmake_config.h.in
|
commit | commitdiff | tree |
2012-03-24 |
Perttu Ahola | celeron55's sound system initial framework
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Seriously WTF, LLVM/clang?
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Fix filesys.cpp debug output to go into debug.txt
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Remove useless clearing of the Z buffer
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Install lua_api.txt and mapformat.txt in because awesome.
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Update doc/lua_api.txt and doc/mapformat.txt even more
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Describe format of nodes in doc/mapformat.txt
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Update doc/mapformat.txt
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | mapformat WIP
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Add output levels --info and --trace (--verbose is...
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Move headers from socket.h to socket.cpp
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Fix UDPSocket's debug output
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Log at info level when a banned client connects
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Add more information to lua_api.txt
|
commit | commitdiff | tree |
2012-03-22 |
Perttu Ahola | Update Lua API documentation and move it into doc/lua_api.txt
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Goddamn MSVC pow overload ambiguities
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Add ScopeProfilerType SPT_GRAPH_ADD
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Add different automatic profiler graph drawing style...
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Add more graph colors, add mainloop_dtime graph, make...
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Modify and clean main loop to allow measuring the proper...
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Profiler graph
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Use atof() in mystof(), because istringstream>>float...
|
commit | commitdiff | tree |
2012-03-20 |
Perttu Ahola | Attempt to fix some minor memory leaks
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Call this 0.4.dev-20120320
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Fix various things being too fast to break by hand
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Remove .hgignore and .hgtags (mercurial isn't used...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Add mods/mesetint/mods_here.txt to be installed on...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Fix mod paths
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Fix for MSVC and move stuff around a bit in CMakeLists...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Update vc10 build script example in README.txt
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Move icon files to misc/
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Flatten share/ and user/ in the source and for the...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Move share/builtin.lua to share/builtin/builtin.lua
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Move client textures to the correct place
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Rework directory structure
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Add the mod search path user/mods/gameid
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Make Lua error output in log clearer
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Do not error() on digprop_* calls but print a warning
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Unknown nodes can be dug
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Warn instead of completely removing minetest.digprop_whateve...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Remove minetest.digprop_whatever() Lua functions (because...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Update README.txt a bit
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Update version to 0.4.dev-20120318
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Attempt to fix build for MSVC
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix getVisibleBrightness() to return sunlight visibility...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Make some things diggable by hand by using a special...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix old world search path for non-run-in-place build
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Move doc/changelog.txt and doc/ancient_main_comment...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Disable word wrap in vertical texts in main menu
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix installation in cmake project files
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | "or" -> "||" in content_mapblock.cpp
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix and tune stars
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Do not clear address in main menu if starting a singleplayer...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Dynamic sky, fog and cloud colors; sun and moon
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Move ClientMap to clientmap.{h,cpp}
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Add Client::getEnv() and remove some unnecessary wrappers
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Revert old 4BS/s walk speed for now
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Tune main menu
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Create main menu tab "Settings" for client settings
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Fix click areas of singleplayer checkboxes
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Fix initial moving of mouse above the "exit to menu...
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Fix and improve Server's privilege get/setters
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Add "simple singleplayer mode"; Fix a number of GUI...
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Save selected tab
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Menu tuning WIP
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Use a more standard order of yes/no/cancel/whatever...
|
commit | commitdiff | tree |
2012-03-13 |
Perttu Ahola | Crude tab test in main menu (requires gui redesign...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Add [new] to world name when supplying a non-existent...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Allow directly supplying world as a parameter, including...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Move keychange/connect main menu buttons a bit
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Fix game selection in world creation (used always the...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Attempt to fix RUN_IN_PLACE autodetection on Linux
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Add confirmation menu and make world deletion possible...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | World creation button and dialog and functionality
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Remember selected world by path
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Make finish quicktune and leave it unused (as intended)
|
commit | commitdiff | tree |
next |