Changesets: spring
develop ecd422a5
Timestamp: 2017-09-13 15:41:49 Author: rt [ Details ] [ Diff ] |
fix overwritten stacktraces | ||
mod - rts/System/Log/FileSink.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Log/FileSink.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop e72b969d
Timestamp: 2017-09-13 14:27:35 Author: Eshed [ Details ] [ Diff ] |
use spring::thread in windows crashhandler This had some good results locally against hangs. |
||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop b2d67b46
Timestamp: 2017-09-13 14:09:03 Author: Eshed [ Details ] [ Diff ] |
nlc fixes some weird VS build issues |
||
mod - rts/Sim/Misc/SimObjectMemPool.h | [ Diff ] [ File ] | ||
develop 3e8a8779
Timestamp: 2017-09-13 11:53:54 Author: Eshed [ Details ] [ Diff ] |
CompareObjectHandles only exists in windows 10 | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 8f0891fe
Timestamp: 2017-09-13 00:41:15 Author: rt [ Details ] [ Diff ] |
insert newlines | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 7a3bdb01
Timestamp: 2017-09-13 00:18:13 Author: rt [ Details ] [ Diff ] |
add. 483376a9 | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 4cfc051e
Timestamp: 2017-09-12 18:55:31 Author: rtri Committer: GitHub [ Details ] [ Diff ] |
use CR_DECLARE_DERIVED for SkirmishAIData | ||
mod - rts/ExternalAI/SkirmishAIData.h | [ Diff ] [ File ] | ||
develop af9398d3
Timestamp: 2017-09-12 18:42:32 Author: rtri Committer: GitHub [ Details ] [ Diff ] |
fix 176dfb8c | ||
mod - test/engine/System/LoadSave/testCregLoadSave.cpp | [ Diff ] [ File ] | ||
develop f2d77a6e
Timestamp: 2017-09-12 18:24:30 Author: rt [ Details ] [ Diff ] |
fix win32 --test-creg | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 9e9dbfc4
Timestamp: 2017-09-12 17:28:57 Author: rt [ Details ] [ Diff ] |
- | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 483376a9
Timestamp: 2017-09-12 17:25:07 Author: rt [ Details ] [ Diff ] |
wip CrashHandler debugging | ||
mod - rts/System/Platform/Watchdog.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Watchdog.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/OpenAL/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop 176dfb8c
Timestamp: 2017-09-12 04:10:40 Author: abma [ Details ] [ Diff ] |
third pass: fix compile warning: - overrides a member function but is not marked 'override' - hides overloaded virtual function - destructor called on non-final that has virtual functions but non-virtual destructor - macro expansion producing 'defined' has undefined behavior - unused function |
||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIBase.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIData.h | [ Diff ] [ File ] | ||
mod - rts/Game/Players/PlayerBase.h | [ Diff ] [ File ] | ||
mod - rts/Game/Players/TeamController.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/Basic/BasicMeshDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundFlash.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/AssIO.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/AssIO.h | [ Diff ] [ File ] | ||
mod - test/engine/System/LoadSave/testCregLoadSave.cpp | [ Diff ] [ File ] | ||
develop ed9fe086
Timestamp: 2017-09-12 03:59:23 Author: abma [ Details ] [ Diff ] |
second pass "fix compile warnings" | ||
mod - rts/Lua/LuaIntro.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/Decals/GroundDecalHandler.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/Particles/Classes/SimpleParticleSystem.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundFlash.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/HoverAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ScriptMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/StaticMoveType.h | [ Diff ] [ File ] | ||
develop 84af851e
Timestamp: 2017-09-12 03:41:15 Author: abma [ Details ] [ Diff ] |
fix some compile warnings: - all paths through this function will call itself - overrides a member function but is not marked 'override' |
||
mod - rts/Game/LoadScreen.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InfoConsole.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/Basic/BasicMeshDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/Decals/GroundDecalHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/HoverAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/System/Threading/ThreadPool.h | [ Diff ] [ File ] | ||
mod - rts/lib/streflop/SMath.h | [ Diff ] [ File ] | ||
develop a0f4d3f8
Timestamp: 2017-09-11 10:37:38 Author: Eshed Committer: GitHub [ Details ] [ Diff ] |
Update BuilderCAI.cpp | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
develop 3840fa50
Timestamp: 2017-09-11 10:36:48 Author: nixtux Committer: Eshed [ Details ] [ Diff ] |
Fix whitespaces and newlines in tooltips text (0000338) * Fix whitespace after newline in tooltip text, Match max length of tooltip text for reclaim command * Add AAI config for Tech Annihilation |
||
add - AI/Skirmish/AAI/data/cfg/mod/TA.cfg | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
develop 487fc135
Timestamp: 2017-09-10 20:37:19 Author: rt [ Details ] [ Diff ] |
fix 0005756 | ||
mod - rts/Game/Camera/FreeController.cpp | [ Diff ] [ File ] | ||
develop 600c4474
Timestamp: 2017-09-09 17:20:51 Author: rt [ Details ] [ Diff ] |
log default AL device | ||
mod - rts/System/Sound/OpenAL/Sound.cpp | [ Diff ] [ File ] | ||
develop 56d4e442
Timestamp: 2017-09-09 02:03:16 Author: rt [ Details ] [ Diff ] |
. | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop c81daa70
Timestamp: 2017-09-09 01:57:50 Author: rt [ Details ] [ Diff ] |
dword64's do not fit in LLP ulong's | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop d498ae22
Timestamp: 2017-09-08 23:02:06 Author: rt [ Details ] [ Diff ] |
fix crash | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.h | [ Diff ] [ File ] | ||
develop 12515e95
Timestamp: 2017-09-08 22:31:30 Author: rt [ Details ] [ Diff ] |
Merge branch 'develop' into NativeRawMove | ||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 3e5409e9
Timestamp: 2017-09-08 22:30:53 Author: rt [ Details ] [ Diff ] |
fix 0005744 | ||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
develop 9d836ae0
Timestamp: 2017-09-08 17:33:43 Author: rt [ Details ] [ Diff ] |
minor | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 9d1d4506
Timestamp: 2017-09-08 17:17:36 Author: rt [ Details ] [ Diff ] |
Merge branch 'develop' into NativeRawMove | ||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||