fdfdffd
This commit is contained in:
parent
401116b014
commit
c2b27966b4
|
|
@ -49,3 +49,5 @@ Added VALUE support in debugwriter.h
|
||||||
When STATIC build option is enabled, enable static libc++ and libgcc
|
When STATIC build option is enabled, enable static libc++ and libgcc
|
||||||
CPU specific optimizations moved to separated Toolchanin files
|
CPU specific optimizations moved to separated Toolchanin files
|
||||||
Documents path search code rewrited to crossplatform SDL functions.
|
Documents path search code rewrited to crossplatform SDL functions.
|
||||||
|
DEBUG SAVE bug fixed
|
||||||
|
Added FreeBSD build script
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,6 @@ module Settings
|
||||||
:debug_lightmap => false,
|
:debug_lightmap => false,
|
||||||
:SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false,
|
:SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false,
|
||||||
:profiller => false,
|
:profiller => false,
|
||||||
|
|
||||||
#Hidden
|
|
||||||
:is_dejavu => false,
|
|
||||||
}
|
}
|
||||||
reset_controls!
|
reset_controls!
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue