Changesets: spring
|
develop 2b14a0ff
Timestamp: 2010-02-08 13:09:48 Author: kloot [ Details ] [ Diff ] |
* fix spectexcoord generation | ||
| mod - installer/builddata/springcontent/shaders/SMFFragProg.glsl | [ Diff ] [ File ] | ||
| mod - installer/builddata/springcontent/shaders/SMFVertProg.glsl | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/SmfReadMap.cpp | [ Diff ] [ File ] | ||
|
develop 9b4609c0
Timestamp: 2010-02-08 10:43:39 Author: hoijui [ Details ] [ Diff ] |
CrashHandler: on gfx crash, give more specific driver recommendations inspired by one of zervers forum posts: http://springrts.com/phpbb/viewtopic.php?p=412015#p412015 |
||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop ac7174ae
Timestamp: 2010-02-08 10:43:39 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
CrashHandler: on gfx crash, give more specific driver recommendations inspired by one of zervers forum posts: http://springrts.com/phpbb/viewtopic.php?p=412015#p412015 Conflicts: rts/System/Platform/CrashHandler.cpp |
||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop b25ab23f
Timestamp: 2010-02-07 19:30:56 Author: kloot [ Details ] [ Diff ] |
* fix weird specular striping artefacts on terrain deformation | ||
| mod - installer/builddata/springcontent/shaders/SMFFragProg.glsl | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/SmfReadMap.cpp | [ Diff ] [ File ] | ||
|
develop c6f38331
Timestamp: 2010-02-07 17:20:49 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
some fixes for MapParser | ||
| mod - rts/Map/MapParser.cpp | [ Diff ] [ File ] | ||
|
develop 74417a84
Timestamp: 2010-02-07 17:06:35 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix MapInfo for new mapnames + cleanup | ||
| mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/MapInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/MapInfo.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/PathEstimator.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/PathManager.cpp | [ Diff ] [ File ] | ||
|
develop 6cfd7652
Timestamp: 2010-02-07 16:18:01 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
typo in pathcache path | ||
| mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
|
develop ff802e30
Timestamp: 2010-02-07 12:27:17 Author: hoijui [ Details ] [ Diff ] |
AI: doxygen comment fix | ||
| mod - rts/ExternalAI/EngineOutHandler.h | [ Diff ] [ File ] | ||
|
develop a9fd0417
Timestamp: 2010-02-07 12:24:19 Author: hoijui [ Details ] [ Diff ] |
AI: more precise doc comment | ||
| mod - rts/ExternalAI/Interface/AISCommands.h | [ Diff ] [ File ] | ||
|
develop 9a3b364c
Timestamp: 2010-02-07 12:20:51 Author: hoijui [ Details ] [ Diff ] |
CrashHandler (linux): do not create a separate LogObject & flush to the log The flushing to log could be useful in case of a crash during stack trace handling. |
||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop 56265c10
Timestamp: 2010-02-07 11:16:13 Author: hoijui [ Details ] [ Diff ] |
CrashHandler (linux): only try to keep on running for a selected set of signals | ||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop 5d63b09d
Timestamp: 2010-02-07 10:46:27 Author: hoijui [ Details ] [ Diff ] |
CrashHandler (linux): prepare for keeping on running after AI crash & shutdown | ||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop e5d83ae7
Timestamp: 2010-02-07 10:29:05 Author: hoijui [ Details ] [ Diff ] |
CrashHandler: add comments | ||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop f2850bee
Timestamp: 2010-02-07 10:17:20 Author: hoijui [ Details ] [ Diff ] |
log: instead of removing subscribers, allow disabling/enabling them | ||
| mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/LogOutput.h | [ Diff ] [ File ] | ||
| mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
|
develop 189f1261
Timestamp: 2010-02-06 22:17:09 Author: kloot [ Details ] [ Diff ] |
* also fix transparency | ||
| mod - installer/builddata/springcontent/shaders/S3OFragProg.glsl | [ Diff ] [ File ] | ||
|
develop 21da715f
Timestamp: 2010-02-06 22:00:02 Author: Marek Baczynski [ Details ] [ Diff ] |
fix new unit shaders on ati (i hope) | ||
| mod - installer/builddata/springcontent/shaders/S3OFragProg.glsl | [ Diff ] [ File ] | ||
| mod - installer/builddata/springcontent/shaders/S3OVertProg.glsl | [ Diff ] [ File ] | ||
|
develop ead2a709
Timestamp: 2010-02-06 21:41:51 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
initialise memory | ||
| mod - rts/aGui/List.cpp | [ Diff ] [ File ] | ||
|
develop 0f580d37
Timestamp: 2010-02-06 21:41:51 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
initialise memory | ||
| mod - rts/aGui/List.cpp | [ Diff ] [ File ] | ||
|
develop b64c78c7
Timestamp: 2010-02-06 21:27:19 Author: Marek Baczynski [ Details ] [ Diff ] |
fix the previous fix for smooth mesh (one missed -1e20 added) | ||
| mod - rts/Sim/Misc/SmoothHeightMesh.cpp | [ Diff ] [ File ] | ||
|
develop c448a29a
Timestamp: 2010-02-06 18:24:38 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don't write ext.txt | ||
| mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
|
develop 7ca14e04
Timestamp: 2010-02-06 18:11:13 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
pathcache -> cache/pathes | ||
| mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
|
develop 8ba445b9
Timestamp: 2010-02-06 17:52:05 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
put path cache in pathcache/ | ||
| mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
|
develop aa0f2586
Timestamp: 2010-02-06 17:25:33 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
reduce input cpu usage | ||
| mod - rts/System/Platform/Win/wsdl.cpp | [ Diff ] [ File ] | ||
|
develop be17f434
Timestamp: 2010-02-06 17:25:33 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
reduce input cpu usage | ||
| mod - rts/System/Platform/Win/wsdl.cpp | [ Diff ] [ File ] | ||
|
develop 14afa12b
Timestamp: 2010-02-06 16:12:07 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit script: slightly improve AimWeapon/AimShield/Killed error messages | ||
| mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
