Changesets: spring
develop f9877d9e
Timestamp: 2010-01-22 12:47:23 Author: hoijui [ Details ] [ Diff ] |
DataDirLocater: do not add duplicate data-dirs | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.h | [ Diff ] [ File ] | ||
develop 7c01c9cd
Timestamp: 2010-01-22 12:45:11 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
DataDirLocater: get rid of some #ifdefs | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop cc8b6f42
Timestamp: 2010-01-22 12:45:11 Author: hoijui [ Details ] [ Diff ] |
DataDirLocater: get rid of some #ifdefs | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop e85a26da
Timestamp: 2010-01-22 12:42:02 Author: hoijui [ Details ] [ Diff ] |
add a platform independent path delimitter C-string and char define | ||
mod - rts/System/maindefines.h | [ Diff ] [ File ] | ||
develop 1a9aade3
Timestamp: 2010-01-22 12:42:02 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
add a platform independent path delimitter C-string and char define | ||
mod - rts/System/maindefines.h | [ Diff ] [ File ] | ||
develop 0583d61e
Timestamp: 2010-01-22 12:40:03 Author: hoijui [ Details ] [ Diff ] |
DataDirLocater: move doxygen doc from .cpp to header (no code logic changes) | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.h | [ Diff ] [ File ] | ||
develop 063c6eba
Timestamp: 2010-01-22 00:21:38 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
lua: less strict type checking in VFS.DirList (fixes an issue in FBI2Lua converter) | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
develop df76ef03
Timestamp: 2010-01-22 00:21:38 Author: -jk- [ Details ] [ Diff ] |
lua: less strict type checking in VFS.DirList (fixes an issue in FBI2Lua converter) | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
develop c6a409de
Timestamp: 2010-01-22 00:20:00 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fixed unit in built rendering | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop db3ac852
Timestamp: 2010-01-22 00:20:00 Author: -jk- [ Details ] [ Diff ] |
fixed unit in built rendering | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 1c851129
Timestamp: 2010-01-21 22:32:56 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
create unitsync.log in writable datadir instead in $HOME | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop f501af96
Timestamp: 2010-01-21 22:32:56 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
create unitsync.log in writable datadir instead in $HOME | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop f5158375
Timestamp: 2010-01-21 22:09:25 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
do not add useless/unspecified dir to data-dirs | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop 012ee2ae
Timestamp: 2010-01-21 22:09:25 Author: hoijui [ Details ] [ Diff ] |
do not add useless/unspecified dir to data-dirs | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop c118955e
Timestamp: 2010-01-21 22:08:01 Author: hoijui [ Details ] [ Diff ] |
use unitsync dir as data-dir, but only if the spring binary is in there too (windows and linux) | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.h | [ Diff ] [ File ] | ||
develop eaa8f512
Timestamp: 2010-01-21 19:48:43 Author: hoijui [ Details ] [ Diff ] |
do not use spring executable dir as data-dir under linux (release builds) for Linux portable versions, use eg.: cmake -DCUSTOM_COMPILER_DEFINITIONS="-DPORTABLE" And for the devs too lazy to add a line to their build scripts ("SPRING_DATADIR=/test/build/install/path"), the executable dir is also used on DEBUG builds. |
||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop c9692b75
Timestamp: 2010-01-21 18:27:30 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
add exe path back to datadirs | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop 349d6bda
Timestamp: 2010-01-21 18:11:30 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
cleanup + remove half-working and unused functions | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.h | [ Diff ] [ File ] | ||
develop e08c97cd
Timestamp: 2010-01-21 17:55:38 Author: hoijui [ Details ] [ Diff ] |
fix bin file fetcher under linux dlerror returns a value != 0 on success |
||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
develop 79694215
Timestamp: 2010-01-21 16:58:16 Author: hoijui [ Details ] [ Diff ] |
remove legacy support bin file fetcher methods | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.h | [ Diff ] [ File ] | ||
develop 0558c09d
Timestamp: 2010-01-21 16:55:31 Author: hoijui [ Details ] [ Diff ] |
fixes and more implementations for bin-file path fetching functions (in this context, module means: executable or shared library) * fixes windows compilation * linux module file fetching possible now (thanks Auswaschbar) * in addition to fetching current modules file path, it is also possible to fetch by module name |
||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.h | [ Diff ] [ File ] | ||
develop bf790b25
Timestamp: 2010-01-20 20:28:07 Author: hoijui [ Details ] [ Diff ] |
KAIK: docu addition | ||
mod - AI/Skirmish/KAIK/UnitTable.cpp | [ Diff ] [ File ] | ||
develop 282509c1
Timestamp: 2010-01-20 20:27:49 Author: hoijui [ Details ] [ Diff ] |
show a pop up message instead of doing a simple exit() if OpenGL < 1.4 ... and warn on debug build |
||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
develop 3d4c9ec7
Timestamp: 2010-01-20 20:25:20 Author: hoijui [ Details ] [ Diff ] |
error-handler cleanup & doc additions | ||
mod - rts/System/Platform/errorhandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.h | [ Diff ] [ File ] | ||
develop f5dd0be8
Timestamp: 2010-01-20 19:44:49 Author: hoijui [ Details ] [ Diff ] |
DataDirLocator doc fixes (no code-logic changes) | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||