2025-08-05 06:07 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 37fe08b3
Timestamp: 2014-02-19 18:10:09
Author: jK
Details ] Diff ]
fix
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
develop 96368d33
Timestamp: 2014-02-19 16:09:27
Author: jK
Details ] Diff ]
add CFileHandler::ReadString
mod - rts/Map/SMF/SMFGroundTextures.cpp Diff ] File ]
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
mod - rts/System/FileSystem/FileHandler.h Diff ] File ]
develop 903f346d
Timestamp: 2014-02-19 16:06:48
Author: jK
Details ] Diff ]
fix
mod - rts/Game/InMapDraw.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/KeyCodes.cpp Diff ] File ]
mod - rts/System/Platform/SDL1_keysym.h Diff ] File ]
develop e407a6de
Timestamp: 2014-02-19 16:06:06
Author: jK
Details ] Diff ]
move CGame::SelectUnits & CGame::SelectCycle to CSelectedUnitsHandler
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/SelectedUnitsHandler.cpp Diff ] File ]
mod - rts/Game/SelectedUnitsHandler.h Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/System/Color.h Diff ] File ]
develop 0182cbed
Timestamp: 2014-02-18 21:41:50
Author: jK
Details ] Diff ]
expose new logLevel to lua + KISS
mod - rts/Lua/LuaUtils.cpp Diff ] File ]
mod - rts/System/Log/ILog.h Diff ] File ]
develop 4e6abb9d
Timestamp: 2014-02-18 17:26:16
Author: jK
Details ] Diff ]
new & default (!) LogLevel: L_NOTICE, same as L_INFO but it always gets outputed even when a logSection is set
mod - rts/System/Log/DefaultFilter.cpp Diff ] File ]
mod - rts/System/Log/DefaultFormatter.cpp Diff ] File ]
mod - rts/System/Log/ILog.h Diff ] File ]
mod - rts/System/Log/Level.h Diff ] File ]
mod - rts/System/Log/LogUtil.c Diff ] File ]
mod - rts/System/Log/LogUtil.h Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
develop c21c1940
Timestamp: 2014-02-18 06:20:36
Author: Major Bor3d0m
Details ] Diff ]
- fixed a memory leak associated with the KeyBindings object
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
develop 34058acc
Timestamp: 2014-02-18 05:06:01
Author: jK
Details ] Diff ]
typo
mod - rts/System/Platform/SDL1_keysym.h Diff ] File ]
develop 70796567
Timestamp: 2014-02-18 04:56:14
Author: jK
Details ] Diff ]
up ArchiveScanner version
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 30a309b7
Timestamp: 2014-02-17 22:34:22
Author: jK
Details ] Diff ]
minimal speedup mapborder drawing
mod - rts/Map/SMF/ROAM/Patch.cpp Diff ] File ]
develop 4d803e02
Timestamp: 2014-02-17 22:32:52
Author: jK
Details ] Diff ]
Spring.GetConsoleBuffer report priority/level
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
develop 3d1052e0
Timestamp: 2014-02-17 22:32:31
Author: jK
Details ] Diff ]
Lua: add math.smoothstep(edge0, edge1, v)
mod - rts/Lua/LuaMathExtra.cpp Diff ] File ]
mod - rts/Lua/LuaMathExtra.h Diff ] File ]
develop 269aa8bf
Timestamp: 2014-02-17 22:31:19
Author: jK
Details ] Diff ]
fix 0004293: map SDL2 keycodes to SDL1 ones just for lua
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
add - rts/System/Platform/SDL1_keysym.h Diff ] File ]
develop fa3b1889
Timestamp: 2014-02-17 09:40:25
Author: abma
Details ] Diff ]
Merge pull request 0000096 from Garfonso/develop

added METAL_MAKERS to BA.cfg
mod - AI/Skirmish/AAI/data/cfg/mod/BA.cfg Diff ] File ]
develop c33577b3
Timestamp: 2014-02-17 08:15:56
Author: Garfonso
Details ] Diff ]
added METAL_MAKERS to BA.cfg
mod - AI/Skirmish/AAI/data/cfg/mod/BA.cfg Diff ] File ]
develop 79bb0f1d
Timestamp: 2014-02-17 03:00:58
Author: abma
Details ] Diff ]
update shard & kaik submodule
mod - AI/Skirmish/KAIK Diff ] File ]
mod - AI/Skirmish/Shard Diff ] File ]
develop a894eeb0
Timestamp: 2014-02-16 09:19:35
Author: abma
Details ] Diff ]
Merge pull request 0000095 from Garfonso/develop

Some fixes for AAI
mod - AI/Skirmish/AAI/AAIBuildTable.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AAIBuildTable.h Diff ] File ]
mod - AI/Skirmish/AAI/AAIConfig.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AAIConfig.h Diff ] File ]
develop 927e3893
Timestamp: 2014-02-16 05:09:12
Author: Garfonso
Details ] Diff ]
work around for makesMetal is always 0

AAI could not detect metal makers.
They are now read from cfg.

Also efficiency calculation was broken. Now, if
makesMetal is 0, it will assume 12/600.
mod - AI/Skirmish/AAI/AAIBuildTable.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AAIBuildTable.h Diff ] File ]
mod - AI/Skirmish/AAI/AAIConfig.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AAIConfig.h Diff ] File ]
develop cde52819
Timestamp: 2014-02-16 05:07:16
Author: Garfonso
Details ] Diff ]
AAI can now build windGenerators
mod - AI/Skirmish/AAI/AAIBuildTable.cpp Diff ] File ]
develop 33c1b598
Timestamp: 2014-02-16 05:04:48
Author: Garfonso
Details ] Diff ]
fix AAI only builds planes
mod - AI/Skirmish/AAI/AAIBuildTable.cpp Diff ] File ]
develop 482b4511
Timestamp: 2014-02-14 22:25:18
Author: abma
Details ] Diff ]
rename solaris -> linux
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop f666ed83
Timestamp: 2014-02-14 22:19:09
Author: abma
Details ] Diff ]
add search path for jvm / java ai's:

fixes/workarounds
java.lang.UnsupportedClassVersionError: ...: Unsupported major.minor version 51.0

when multiple java vms are installed and the newer one is used to compile and older one used to run the ai
mod - AI/Interfaces/Java/src/main/native/JvmLocater_solaris.c Diff ] File ]
develop 8a6850b1
Timestamp: 2014-02-13 20:27:46
Author: abma
Details ] Diff ]
fix 0004305
mod - AI/Wrappers/LegacyCpp/CMakeLists.txt Diff ] File ]
develop aa5a2872
Timestamp: 2014-02-12 22:18:53
Author: abma
Details ] Diff ]
Revert "fix 0004307"

This reverts commit 6302277de296e574db815c2efbbe15e26493f845.
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop a080c7e0
Timestamp: 2014-02-07 13:08:28
Author: jK
Details ] Diff ]
minor
mod - rts/System/CRC.cpp Diff ] File ]
mod - rts/System/CRC.h Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 317 318 319 320 321 322 323 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last