aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* player passwords and privileges in world/auth.txtPerttu Ahola2011-05-291-0/+1
| | | | | --HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
* Added the ability to change your password (via pause menu)Ciaran Gultnieks2011-05-221-2/+3
| | | | | --HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
* Merge: New map directory structure and player passwordsPerttu Ahola2011-05-211-0/+2
|\
| * Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks2011-05-201-0/+2
| |
* | added -Wno-unused-but-set-variable, which hides a new warning in gcc 4.6 ↵Perttu Ahola2011-05-161-0/+2
|/ | | | which only slows down development with no effect on security or anything.
* Improved server commands and added player permissions.Ciaran Gultnieks2011-05-161-0/+1
| | | | | --HG-- extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216
* Added key configuration in the configuration file.Perttu Ahola2011-05-141-0/+1
|
* added cloudsPerttu Ahola2011-04-291-0/+1
|
* Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola2011-04-231-0/+1
|
* Removed IrrlichtWrapperPerttu Ahola2011-04-221-1/+0
|
* items now fall by gravity... also some other random updatingPerttu Ahola2011-04-101-0/+1
|
* changed node metadata format to better accomodate future needs and problemsPerttu Ahola2011-04-051-0/+1
|
* Modified windows build parameters a bit to make it buildPerttu Ahola2011-04-041-1/+2
|
* removed reference to script directory in cmake installPerttu Ahola2011-04-041-2/+0
|
* commit before some more radical changesPerttu Ahola2011-04-031-0/+1
|
* Removed lua stuffPerttu Ahola2011-04-031-5/+0
|
* modified the build system of lua to a more minimal onePerttu Ahola2011-02-241-1/+1
|
* fixed a path in build system's packaging partPerttu Ahola2011-02-231-1/+1
|
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-211-8/+12
|
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-211-0/+4
|
* small fixes: crack texture, server build on windows, configuration file ↵Perttu Ahola2011-02-161-1/+4
| | | | example, adding config file example to install
* fixed slight error in server buildPerttu Ahola2011-02-151-1/+1
|
* might work good on cmake+msvc nowPerttu Ahola2011-02-151-5/+7
|
* Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola2011-02-151-0/+6
|
* fixed CMakeLists.txt syntax (removed additional ,)Perttu Ahola2011-02-141-1/+1
|
* Use random-generated fallback textures when real textures are not foundPerttu Ahola2011-02-121-0/+1
|
* new texture stuff quite workingPerttu Ahola2011-02-111-1/+3
|
* fixes toward mingw compatibilityPerttu Ahola2011-02-101-2/+4
|
* work-in-progress texture atlas optimizationPerttu Ahola2011-02-101-0/+1
|
* bug-fixin'Perttu Ahola2011-02-081-1/+3
|
* mapgen stuffPerttu Ahola2011-02-051-1/+0
|
* added sand to map generatorPerttu Ahola2011-02-041-0/+1
|
* Now texture handling is fast. Also now players are saved on disk.Perttu Ahola2011-01-281-32/+15
|
* OMG! Main Menu!Perttu Ahola2011-01-231-6/+14
|
* made old build system to work too. the cmake one doesn't make working ↵Perttu Ahola2011-01-181-3/+6
| | | | | | | binaries for some computers. --HG-- rename : src/config.h.in => src/cmake_config.h.in
* random build system tweakingPerttu Ahola2011-01-091-13/+14
|
* Mainly small build system fixesPerttu Ahola2011-01-091-23/+26
|
* Lots of small stuffPerttu Ahola2011-01-081-1/+3
|
* more linker parametersPerttu Ahola2011-01-081-0/+2
|
* Fixed some missing linking to librariesPerttu Ahola2011-01-081-2/+7
|
* doc updates; CMake works reasonably well now.Perttu Ahola2011-01-081-11/+0
|
* CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola2011-01-081-25/+152
| | | | to work on OS X.
* CMake working on Linux (not on windows)Perttu Ahola2011-01-081-0/+73
--HG-- rename : Makefile => Makefile.bak