index
:
hax-minetest-server.git
master
Server-optimized Minetest 5.6.0
Test_User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Cache textures by checksum
Jonathan Neuschäfer
2012-03-25
6
-68
/
+296
|
*
Make event_manager.h build on MSVC
Perttu Ahola
2012-03-25
1
-10
/
+10
|
*
Build configuration fixes/improvements on Windows
Perttu Ahola
2012-03-25
3
-36
/
+57
|
*
Fix build on MinGW (as compared to Linux)
Perttu Ahola
2012-03-24
2
-3
/
+3
|
*
Lua API for playing sounds
Perttu Ahola
2012-03-24
9
-15
/
+455
|
*
Add sound.dig
Perttu Ahola
2012-03-24
4
-4
/
+19
|
*
Add sounds, tune things
Perttu Ahola
2012-03-24
6
-41
/
+89
|
*
Digging and placing sounds
Perttu Ahola
2012-03-24
4
-16
/
+96
|
*
Add event manager and use it to trigger sounds
Perttu Ahola
2012-03-24
14
-14
/
+384
|
*
LocalPlayer::getStandingNodePos()
Perttu Ahola
2012-03-24
2
-0
/
+10
|
*
c55sound continued
Perttu Ahola
2012-03-24
9
-52
/
+266
|
*
Update/fix/improve config.h and cmake_config.h.in
Perttu Ahola
2012-03-24
2
-29
/
+28
|
*
celeron55's sound system initial framework
Perttu Ahola
2012-03-24
11
-0
/
+503
|
*
Seriously WTF, LLVM/clang?
Perttu Ahola
2012-03-23
1
-3
/
+8
|
*
Fix filesys.cpp debug output to go into debug.txt
Perttu Ahola
2012-03-23
1
-16
/
+17
|
*
Remove useless clearing of the Z buffer
Perttu Ahola
2012-03-22
1
-5
/
+0
|
*
Add output levels --info and --trace (--verbose is now more verbose)
Perttu Ahola
2012-03-22
3
-7
/
+20
|
*
Move headers from socket.h to socket.cpp
Perttu Ahola
2012-03-22
2
-25
/
+27
|
*
Fix UDPSocket's debug output
Perttu Ahola
2012-03-22
1
-2
/
+4
|
*
Log at info level when a banned client connects
Perttu Ahola
2012-03-22
1
-3
/
+7
|
*
Goddamn MSVC pow overload ambiguities
Perttu Ahola
2012-03-21
1
-1
/
+1
|
*
Add ScopeProfilerType SPT_GRAPH_ADD
Perttu Ahola
2012-03-21
1
-1
/
+5
|
*
Add different automatic profiler graph drawing style for relative-ish plots
Perttu Ahola
2012-03-21
1
-4
/
+24
|
*
Add more graph colors, add mainloop_dtime graph, make statustext fade away ↵
Perttu Ahola
2012-03-21
1
-4
/
+8
|
|
|
|
faster
*
Modify and clean main loop to allow measuring the proper times
Perttu Ahola
2012-03-21
1
-101
/
+55
|
*
Profiler graph
Perttu Ahola
2012-03-21
3
-41
/
+215
|
*
Use atof() in mystof(), because istringstream>>float randomly causes a ↵
Perttu Ahola
2012-03-21
1
-5
/
+8
|
|
|
|
segfault on mingw
*
Attempt to fix some minor memory leaks
Perttu Ahola
2012-03-20
2
-2
/
+13
|
*
Fix mod paths
Perttu Ahola
2012-03-20
3
-23
/
+17
|
*
Fix for MSVC and move stuff around a bit in CMakeLists.txt and ↵
Perttu Ahola
2012-03-20
1
-3
/
+0
|
|
|
|
src/CMakeLists.txt
*
Move icon files to misc/
Perttu Ahola
2012-03-20
1
-2
/
+2
|
*
Flatten share/ and user/ in the source and for the RUN_IN_PLACE build
Perttu Ahola
2012-03-20
4
-22
/
+14
|
*
Move share/builtin.lua to share/builtin/builtin.lua
Perttu Ahola
2012-03-19
1
-1
/
+2
|
*
Move client textures to the correct place
Perttu Ahola
2012-03-19
1
-3
/
+3
|
*
Rework directory structure
Perttu Ahola
2012-03-19
4
-26
/
+18
|
*
Add the mod search path user/mods/gameid
Perttu Ahola
2012-03-19
1
-0
/
+3
|
*
Make Lua error output in log clearer
Perttu Ahola
2012-03-19
1
-4
/
+7
|
*
Unknown nodes can be dug
Perttu Ahola
2012-03-19
1
-0
/
+2
|
*
Attempt to fix build for MSVC
Perttu Ahola
2012-03-18
2
-10
/
+10
|
*
Fix getVisibleBrightness() to return sunlight visibility correctly even if ↵
Perttu Ahola
2012-03-18
1
-0
/
+1
|
|
|
|
not much of world has been loaded
*
Fix old world search path for non-run-in-place build
Perttu Ahola
2012-03-18
1
-0
/
+4
|
*
Disable word wrap in vertical texts in main menu
Perttu Ahola
2012-03-18
1
-6
/
+6
|
*
Fix installation in cmake project files
Perttu Ahola
2012-03-18
1
-9
/
+1
|
*
"or" -> "||" in content_mapblock.cpp
Perttu Ahola
2012-03-18
1
-1
/
+1
|
*
Fix and tune stars
Perttu Ahola
2012-03-18
1
-5
/
+5
|
*
Do not clear address in main menu if starting a singleplayer game by double ↵
Perttu Ahola
2012-03-18
1
-2
/
+3
|
|
|
|
clicking the world
*
Dynamic sky, fog and cloud colors; sun and moon
Perttu Ahola
2012-03-18
20
-242
/
+1130
|
*
Move ClientMap to clientmap.{h,cpp}
Perttu Ahola
2012-03-16
12
-666
/
+717
|
*
Add Client::getEnv() and remove some unnecessary wrappers
Perttu Ahola
2012-03-15
3
-66
/
+17
|
*
Revert old 4BS/s walk speed for now
Perttu Ahola
2012-03-15
1
-1
/
+1
|
[prev]
[next]