2025-09-12 23:58 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 7c6c5306
Timestamp: 2011-10-02 18:06:40
Author: abma
Details ] Diff ]
(buildbot) highlight warnings/errors/stacktraces + supress game specific lua errors
mod - buildbot/master/master.cfg Diff ] File ]
develop 55e7e2b7
Timestamp: 2011-10-02 17:58:25
Author: abma
Details ] Diff ]
disable joystick in headless config template
mod - cont/springrc-template-headless.txt Diff ] File ]
develop 3ddb3b5b
Timestamp: 2011-10-02 17:00:24
Author: abma
Details ] Diff ]
add watchdog widget to examples (thanks jk!)
add - cont/examples/Widgets/watchdog.lua Diff ] File ]
develop 9354bf00
Timestamp: 2011-10-02 15:53:06
Author: hoijui
Details ] Diff ]
only use git in make_gamedata_arch.bat if it is available [fix] [mantis#2669]
mod - cont/base/make_gamedata_arch.bat Diff ] File ]
develop 09b3a528
Timestamp: 2011-10-02 15:30:55
Author: hoijui
Details ] Diff ]
RAI: do not team instance callback in a place used by all RAIs (thanks abma) [fix] [mantis#2651]
mod - AI/Skirmish/RAI/GResourceMap.cpp Diff ] File ]
mod - AI/Skirmish/RAI/GResourceMap.h Diff ] File ]
mod - AI/Skirmish/RAI/RAI.cpp Diff ] File ]
develop cc090e99
Timestamp: 2011-10-02 15:27:30
Author: hoijui
Details ] Diff ]
RAI: set some more vars to NULL after deleting
mod - AI/Skirmish/RAI/RAI.cpp Diff ] File ]
develop ae4d1c6b
Timestamp: 2011-10-02 12:43:05
Author: abma
Details ] Diff ]
(buildbot) fix: show output from gdb...
mod - test/game/run.sh Diff ] File ]
develop 11878f8f
Timestamp: 2011-10-02 12:18:43
Author: abma
Details ] Diff ]
(buildbot) remove breakpoints and always make a bt full

gdb returns the exit code of spring, so if spring returns!=0, the test fails, too.
mod - test/game/run.sh Diff ] File ]
develop 198073d4
Timestamp: 2011-10-02 10:25:14
Author: jK
Details ] Diff ]
fix previous
mod - rts/System/Platform/errorhandler.h Diff ] File ]
develop f89a2523
Timestamp: 2011-10-02 09:41:35
Author: hoijui
Details ] Diff ]
disable console output for dedicated server shared library
mod - rts/builds/dedicated/CMakeLists.txt Diff ] File ]
develop 9dbf3a9a
Timestamp: 2011-10-02 08:55:20
Author: jK
Details ] Diff ]
add boost::lock to CATCH_SPRING_ERRORS
mod - rts/System/Platform/errorhandler.h Diff ] File ]
develop 3a26e091
Timestamp: 2011-10-02 07:02:59
Author: jK
Details ] Diff ]
fix empty lines in linux stacktraces
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop 951dca19
Timestamp: 2011-09-30 20:49:42
Author: jK
Details ] Diff ]
AAI: comment out the strange line that cause the crashes
mod - AI/Skirmish/AAI/AAIConstructor.cpp Diff ] File ]
develop 93a34a36
Timestamp: 2011-09-30 20:42:05
Author: jK
Details ] Diff ]
SMFReadmap: fix normalTexture size (#2 shader side)
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
develop 84bb655e
Timestamp: 2011-09-30 20:29:52
Author: jK
Details ] Diff ]
SMFReadmap: fix inconsistence texture space expectations regarding normalTexture (#1 c++ side)
before
* it was gs->pwr2mapxy
* but it is used as per-vertex (which is 0 .. gs->mapxy -> size is `gs->mapxy + 1`)
* again a bufferoverflow
-> caused those black dots on the map

now
* size is now gs->mapxy + 1 when NPOTs are supported
* else it is PowerOfTwo(gs->mapxy + 1) (will possibly be larger than the max supported texture size on some cards esp. w/o NPOT support ...)
mod - rts/Map/SMF/SMFReadMap.cpp Diff ] File ]
mod - rts/Map/SMF/SMFReadMap.h Diff ] File ]
develop 3b3e0f1b
Timestamp: 2011-09-30 17:44:37
Author: hoijui
Details ] Diff ]
use more standard var to disable individual engine build types (thanks spliff) [CMake]
mod - rts/builds/CMakeLists.txt Diff ] File ]
develop 32846224
Timestamp: 2011-09-30 14:10:38
Author: abma
Details ] Diff ]
(buildbot) remove update version build step
mod - buildbot/master/master.cfg Diff ] File ]
rm - buildbot/slave/update-version.sh Diff ] File ]
develop cb469f93
Timestamp: 2011-09-30 11:59:28
Author: hoijui
Details ] Diff ]
generate version from git-describe output, and write it to a generated header [CMake]

This is the main pre-requisite for the new branching, tagging
and versioning scheme described here:
http://springrts.com/phpbb/viewtopic.php?p=493086#p493086

We now have more precise version info (exact to a commit)
on all builds, not just buildbot ones.
mod - AI/CMakeLists.txt Diff ] File ]
mod - AI/Interfaces/C/CMakeLists.txt Diff ] File ]
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
mod - CMakeLists.txt Diff ] File ]
mod - buildbot/slave/update-version.sh Diff ] File ]
mod - rts/Game/GameVersion.cpp Diff ] File ]
mod - rts/Game/GameVersion.h Diff ] File ]
mod - rts/builds/CMakeLists.txt Diff ] File ]
mod - rts/builds/dedicated/CMakeLists.txt Diff ] File ]
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
develop 57025a97
Timestamp: 2011-09-30 11:42:08
Author: hoijui
Details ] Diff ]
add ConfigureVersion [CMake]
add - VERSION.template Diff ] File ]
add - rts/System/VersionGenerated.h.template Diff ] File ]
add - rts/build/cmake/ConfigureVersion.cmake Diff ] File ]
develop ac080469
Timestamp: 2011-09-30 11:35:08
Author: hoijui
Details ] Diff ]
adjust make_source_package.sh to new branching/tagging/versioning scheme
mod - installer/make_source_package.sh Diff ] File ]
develop 59552d53
Timestamp: 2011-09-30 10:40:16
Author: hoijui
Details ] Diff ]
use same version string for all source package file names
mod - installer/make_source_package.sh Diff ] File ]
develop ee00485b
Timestamp: 2011-09-30 10:38:15
Author: hoijui
Details ] Diff ]
cleanup make_source_package.sh [nlc]
mod - installer/make_source_package.sh Diff ] File ]
develop 45cc4594
Timestamp: 2011-09-30 09:47:37
Author: hoijui
Details ] Diff ]
add UtilVersion [CMake]
add - rts/build/cmake/UtilVersion.cmake Diff ] File ]
develop 0e9eac87
Timestamp: 2011-09-30 09:46:29
Author: hoijui
Details ] Diff ]
add UtilGit [CMake]
add - rts/build/cmake/UtilGit.cmake Diff ] File ]
develop e2add83b
Timestamp: 2011-09-30 09:45:38
Author: hoijui
Details ] Diff ]
add CatchRegexGroup macro [CMake]
mod - rts/build/cmake/Util.cmake Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 458 459 460 461 462 463 464 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last