aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c55sound continuedPerttu Ahola2012-03-249-52/+266
|
* Update/fix/improve config.h and cmake_config.h.inPerttu Ahola2012-03-242-29/+28
|
* celeron55's sound system initial frameworkPerttu Ahola2012-03-2411-0/+503
|
* Seriously WTF, LLVM/clang?Perttu Ahola2012-03-231-3/+8
|
* Fix filesys.cpp debug output to go into debug.txtPerttu Ahola2012-03-231-16/+17
|
* Remove useless clearing of the Z bufferPerttu Ahola2012-03-221-5/+0
|
* Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola2012-03-223-7/+20
|
* Move headers from socket.h to socket.cppPerttu Ahola2012-03-222-25/+27
|
* Fix UDPSocket's debug outputPerttu Ahola2012-03-221-2/+4
|
* Log at info level when a banned client connectsPerttu Ahola2012-03-221-3/+7
|
* Goddamn MSVC pow overload ambiguitiesPerttu Ahola2012-03-211-1/+1
|
* Add ScopeProfilerType SPT_GRAPH_ADDPerttu Ahola2012-03-211-1/+5
|
* Add different automatic profiler graph drawing style for relative-ish plotsPerttu Ahola2012-03-211-4/+24
|
* Add more graph colors, add mainloop_dtime graph, make statustext fade away ↵Perttu Ahola2012-03-211-4/+8
| | | | faster
* Modify and clean main loop to allow measuring the proper timesPerttu Ahola2012-03-211-101/+55
|
* Profiler graphPerttu Ahola2012-03-213-41/+215
|
* Use atof() in mystof(), because istringstream>>float randomly causes a ↵Perttu Ahola2012-03-211-5/+8
| | | | segfault on mingw
* Attempt to fix some minor memory leaksPerttu Ahola2012-03-202-2/+13
|
* Fix mod pathsPerttu Ahola2012-03-203-23/+17
|
* Fix for MSVC and move stuff around a bit in CMakeLists.txt and ↵Perttu Ahola2012-03-201-3/+0
| | | | src/CMakeLists.txt
* Move icon files to misc/Perttu Ahola2012-03-201-2/+2
|
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-204-22/+14
|
* Move share/builtin.lua to share/builtin/builtin.luaPerttu Ahola2012-03-191-1/+2
|
* Move client textures to the correct placePerttu Ahola2012-03-191-3/+3
|
* Rework directory structurePerttu Ahola2012-03-194-26/+18
|
* Add the mod search path user/mods/gameidPerttu Ahola2012-03-191-0/+3
|
* Make Lua error output in log clearerPerttu Ahola2012-03-191-4/+7
|
* Unknown nodes can be dugPerttu Ahola2012-03-191-0/+2
|
* Attempt to fix build for MSVCPerttu Ahola2012-03-182-10/+10
|
* Fix getVisibleBrightness() to return sunlight visibility correctly even if ↵Perttu Ahola2012-03-181-0/+1
| | | | not much of world has been loaded
* Fix old world search path for non-run-in-place buildPerttu Ahola2012-03-181-0/+4
|
* Disable word wrap in vertical texts in main menuPerttu Ahola2012-03-181-6/+6
|
* Fix installation in cmake project filesPerttu Ahola2012-03-181-9/+1
|
* "or" -> "||" in content_mapblock.cppPerttu Ahola2012-03-181-1/+1
|
* Fix and tune starsPerttu Ahola2012-03-181-5/+5
|
* Do not clear address in main menu if starting a singleplayer game by double ↵Perttu Ahola2012-03-181-2/+3
| | | | clicking the world
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-1820-242/+1130
|
* Move ClientMap to clientmap.{h,cpp}Perttu Ahola2012-03-1612-666/+717
|
* Add Client::getEnv() and remove some unnecessary wrappersPerttu Ahola2012-03-153-66/+17
|
* Revert old 4BS/s walk speed for nowPerttu Ahola2012-03-151-1/+1
|
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl2012-03-1522-1734/+1205
| | | | light, removed footprints
* Tune main menuPerttu Ahola2012-03-151-46/+45
|
* Create main menu tab "Settings" for client settingsPerttu Ahola2012-03-152-99/+65
|
* Fix click areas of singleplayer checkboxesPerttu Ahola2012-03-151-7/+7
|
* Fix initial moving of mouse above the "exit to menu" button in singleplayer modePerttu Ahola2012-03-151-1/+4
|
* Fix and improve Server's privilege get/settersPerttu Ahola2012-03-153-37/+40
|
* Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola2012-03-159-48/+101
|
* Save selected tabPerttu Ahola2012-03-153-39/+49
|
* Menu tuning WIPPerttu Ahola2012-03-152-97/+435
|
* Use a more standard order of yes/no/cancel/whatever buttons in dialogsPerttu Ahola2012-03-152-10/+10
|