index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-06-07
Added an experimental "far view" thing. Doesn't work exactly like it should a...
Perttu Ahola
2011-06-02
added -Wno-unused-but-set-variable to debug build
Perttu Ahola
2011-05-29
player passwords and privileges in world/auth.txt
Perttu Ahola
2011-05-22
Added the ability to change your password (via pause menu)
Ciaran Gultnieks
2011-05-21
Merge: New map directory structure and player passwords
Perttu Ahola
2011-05-20
Passwords - password entry at main menu, stored and checked by server
Ciaran Gultnieks
2011-05-16
added -Wno-unused-but-set-variable, which hides a new warning in gcc 4.6 whic...
Perttu Ahola
2011-05-16
Improved server commands and added player permissions.
Ciaran Gultnieks
2011-05-14
Added key configuration in the configuration file.
Perttu Ahola
2011-04-29
added clouds
Perttu Ahola
2011-04-23
Code refactoring; split half of main.cpp to game.cpp.
Perttu Ahola
2011-04-22
Removed IrrlichtWrapper
Perttu Ahola
2011-04-10
items now fall by gravity... also some other random updating
Perttu Ahola
2011-04-05
changed node metadata format to better accomodate future needs and problems
Perttu Ahola
2011-04-04
Modified windows build parameters a bit to make it build
Perttu Ahola
2011-04-04
removed reference to script directory in cmake install
Perttu Ahola
2011-04-03
commit before some more radical changes
Perttu Ahola
2011-04-03
Removed lua stuff
Perttu Ahola
2011-02-24
modified the build system of lua to a more minimal one
Perttu Ahola
2011-02-23
fixed a path in build system's packaging part
Perttu Ahola
2011-02-21
preliminary lua scripting framework for objects
Perttu Ahola
2011-02-21
Temporary commit; lots of test code and stuff
Perttu Ahola
2011-02-16
small fixes: crack texture, server build on windows, configuration file examp...
Perttu Ahola
2011-02-15
fixed slight error in server build
Perttu Ahola
2011-02-15
might work good on cmake+msvc now
Perttu Ahola
2011-02-15
Ctrl+C handling on POSIX, some commands for server and other tweaking
Perttu Ahola
2011-02-14
fixed CMakeLists.txt syntax (removed additional ,)
Perttu Ahola
2011-02-12
Use random-generated fallback textures when real textures are not found
Perttu Ahola
2011-02-11
new texture stuff quite working
Perttu Ahola
2011-02-10
fixes toward mingw compatibility
Perttu Ahola
2011-02-10
work-in-progress texture atlas optimization
Perttu Ahola
2011-02-08
bug-fixin'
Perttu Ahola
2011-02-05
mapgen stuff
Perttu Ahola
2011-02-04
added sand to map generator
Perttu Ahola
2011-01-28
Now texture handling is fast. Also now players are saved on disk.
Perttu Ahola
2011-01-23
OMG! Main Menu!
Perttu Ahola
2011-01-18
made old build system to work too. the cmake one doesn't make working binarie...
Perttu Ahola
2011-01-09
random build system tweaking
Perttu Ahola
2011-01-09
Mainly small build system fixes
Perttu Ahola
2011-01-08
Lots of small stuff
Perttu Ahola
2011-01-08
more linker parameters
Perttu Ahola
2011-01-08
Fixed some missing linking to libraries
Perttu Ahola
2011-01-08
doc updates; CMake works reasonably well now.
Perttu Ahola
2011-01-08
CMake stuff works now on linux and windows... and should be possible to make ...
Perttu Ahola
2011-01-08
CMake working on Linux (not on windows)
Perttu Ahola