Changesets: spring
|
develop c57eade8
Timestamp: 2016-09-13 12:55:59 Author: Eshed [ Details ] [ Diff ] |
return sleep to 10 msecs since it currently seems to be too low | ||
| mod - rts/Menu/LuaMenuController.cpp | [ Diff ] [ File ] | ||
|
develop 95e5f77c
Timestamp: 2016-09-13 08:29:07 Author: Eshed [ Details ] [ Diff ] |
Fix 0005346 | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
|
develop 1d2cbe86
Timestamp: 2016-09-13 00:22:23 Author: abma [ Details ] [ Diff ] |
fix download dir beeing reset to default every download: fix https://github.com/Spring-Chobby/Chobby/issues/285 |
||
| mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
|
develop fd4ed3cd
Timestamp: 2016-09-12 11:38:07 Author: abma [ Details ] [ Diff ] |
update .gitignore: ignore downloaded files |
||
| mod - .gitignore | [ Diff ] [ File ] | ||
|
develop 0806c632
Timestamp: 2016-09-12 11:37:27 Author: abma [ Details ] [ Diff ] |
remove disabled/deprecated unitsync code | ||
| mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
| mod - tools/unitsync/unitsync.h | [ Diff ] [ File ] | ||
| mod - tools/unitsync/unitsync_api.h | [ Diff ] [ File ] | ||
|
develop 0f5fd816
Timestamp: 2016-09-11 12:29:03 Author: Eshed [ Details ] [ Diff ] |
addendum 30040db1426239d38612e073141dd2ec7a20e0f5 | ||
| mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
|
develop 30040db1
Timestamp: 2016-09-11 12:19:15 Author: Eshed [ Details ] [ Diff ] |
Fix 0005343 for real | ||
| mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
|
develop 0b85ac8f
Timestamp: 2016-09-11 12:13:22 Author: Eshed [ Details ] [ Diff ] |
Fix 0005343 | ||
| mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
|
develop b7a15243
Timestamp: 2016-09-09 23:56:45 Author: Eshed [ Details ] [ Diff ] |
addendum 561e0cf91842ea3602784a12a8cad9374ea90803 | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Height.cpp | [ Diff ] [ File ] | ||
|
develop 561e0cf9
Timestamp: 2016-09-09 22:22:33 Author: Eshed [ Details ] [ Diff ] |
Semi-random attempt to fix AMD issue | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Height.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp | [ Diff ] [ File ] | ||
|
develop bcd7cb24
Timestamp: 2016-09-09 22:20:10 Author: Eshed [ Details ] [ Diff ] |
Revert "Add ForceCPUInfotextureUpdate" This reverts commit d488947ee8330e6d962d90c30a997c84df2d866a. Conflicts: rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp |
||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Combiner.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Combiner.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Height.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Height.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Los.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Los.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Metal.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Metal.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/MetalExtraction.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/MetalExtraction.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Path.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Path.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/PboInfoTexture.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Radar.h | [ Diff ] [ File ] | ||
|
develop 741aa393
Timestamp: 2016-09-09 16:41:35 Author: Eshed [ Details ] [ Diff ] |
SCOPED_TIMER reorganisation and cleanup Now they're not named exactly according to class but according to hierarchy: Every timer with the name "A::B" will be counted within timer "A" to make it easier to see who's part of what. Unfortunately, there are still too many to be shown at the same time on the debug screen. Also improved hash a bit to prevent collisions |
||
| mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/ProfileDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/ResourceBar.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaUtils.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/BasicMapDamage.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/SMFGroundDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Net/NetCommands.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/AdvSky.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/BasicSky.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/BumpWater.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/Decals/LegacyTrackHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/GrassDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Legacy/LegacyInfoTextureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Los.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Textures/NamedTextures.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/WorldDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/Default/PathManager.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/QTPFS/PathManager.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Scripts/CobEngine.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Scripts/UnitScriptEngine.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Input/InputHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Sound/OpenAL/Sound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/TimeProfiler.cpp | [ Diff ] [ File ] | ||
|
develop 543efbd5
Timestamp: 2016-09-09 16:14:22 Author: Eshed [ Details ] [ Diff ] |
minor fix | ||
| mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
|
develop 958b6473
Timestamp: 2016-09-09 15:29:00 Author: Eshed [ Details ] [ Diff ] |
Fix interface not showing | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/InputReceiver.h | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaInputReceiver.cpp | [ Diff ] [ File ] | ||
|
develop d488947e
Timestamp: 2016-09-09 10:06:43 Author: Eshed [ Details ] [ Diff ] |
Add ForceCPUInfotextureUpdate | ||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Combiner.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Combiner.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Height.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Height.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Los.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Los.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Metal.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Metal.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/MetalExtraction.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/MetalExtraction.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Path.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Path.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/PboInfoTexture.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Map/InfoTexture/Modern/Radar.h | [ Diff ] [ File ] | ||
|
develop 7bdceb66
Timestamp: 2016-09-08 02:05:25 Author: abma [ Details ] [ Diff ] |
set writedir for downloader: fixes https://github.com/Spring-Chobby/Chobby/issues/285 |
||
| mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaVFSDownload.h | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
|
develop e5905dbe
Timestamp: 2016-09-08 01:40:42 Author: abma [ Details ] [ Diff ] |
fix 0005342: crash in ColorMap.cpp:84 | ||
| mod - rts/Rendering/Textures/ColorMap.cpp | [ Diff ] [ File ] | ||
|
develop 6eea4ec7
Timestamp: 2016-09-07 19:20:04 Author: abma [ Details ] [ Diff ] |
add amdgpu to gfx driver crash detection | ||
| mod - rts/System/Platform/Linux/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop 5ac4b4c6
Timestamp: 2016-09-04 20:12:58 Author: Eshed [ Details ] [ Diff ] |
Add garbage collection to LuaMenuController | ||
| mod - rts/Menu/LuaMenuController.cpp | [ Diff ] [ File ] | ||
|
develop 20ebb8cf
Timestamp: 2016-09-04 12:42:38 Author: Eshed [ Details ] [ Diff ] |
Allow starting demos through a script | ||
| mod - rts/Game/ClientSetup.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/ClientSetup.h | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.h | [ Diff ] [ File ] | ||
|
develop 374a5cb0
Timestamp: 2016-09-04 11:45:51 Author: Eshed [ Details ] [ Diff ] |
fix build | ||
| mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
|
develop 509d10f9
Timestamp: 2016-09-04 11:17:41 Author: Eshed [ Details ] [ Diff ] |
addendum 428c95d6414171dc9d64f0c2c2a7a125e93c749f | ||
| mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/WindowManagerHelper.cpp | [ Diff ] [ File ] | ||
|
develop 146b8d1c
Timestamp: 2016-09-03 22:46:30 Author: Eshed [ Details ] [ Diff ] |
fix infoconsole memory leak | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
|
develop 428c95d6
Timestamp: 2016-09-03 22:11:02 Author: Eshed [ Details ] [ Diff ] |
Fix switching windowed<->borderless Needs linux testing for whether resizability needs fixing there |
||
| mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GlobalRendering.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/WindowManagerHelper.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Mac/WindowManagerHelper.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/WindowManagerHelper.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/WindowManagerHelper.h | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
|
develop 8992a7e4
Timestamp: 2016-09-03 01:14:24 Author: Eshed Committer: GitHub [ Details ] [ Diff ] |
Merge pull request #268 from sprunk/patch-16 Fix wrong maphelper default splat values |
||
| mod - cont/base/maphelper/maphelper/mapdefaults.lua | [ Diff ] [ File ] | ||
