Changesets: spring
develop 85961e28
Timestamp: 2006-08-05 12:33:18 Author: tvo [ Details ] [ Diff ] |
* Fix small bug in spring-gui causing first run with INSTALL='Svn' to fail. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1756 37977431-3df6-0310-b722-df95706aa16b |
||
develop 088232e8
Timestamp: 2006-08-05 04:56:22 Author: yeha [ Details ] [ Diff ] |
Added ExplosionSpeed tag to weapon tfd. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1755 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameHelper.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/PieceProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/BeamLaser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/LightingCannon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
develop 4e2fa03f
Timestamp: 2006-08-05 01:04:23 Author: hollow [ Details ] [ Diff ] |
Try & commit spring-gui again git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1754 37977431-3df6-0310-b722-df95706aa16b |
||
develop c827476e
Timestamp: 2006-08-05 00:58:37 Author: hollow [ Details ] [ Diff ] |
Added spring-gui Read README before u use it git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1753 37977431-3df6-0310-b722-df95706aa16b |
||
develop 4ae0f54a
Timestamp: 2006-08-05 00:40:03 Author: jcnossen [ Details ] [ Diff ] |
* patch by acidd_uk: gradual reclaiming. See mantis 0000262 * updated build_code.bat to build NTAI git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1752 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTAI/Build/NTAI.MSVS71.vcproj | [ Diff ] [ File ] | ||
mod - installer/build_code.bat | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Feature.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Feature.h | [ Diff ] [ File ] | ||
mod - rts/Sim/ModInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/ModInfo.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
develop d7bb36be
Timestamp: 2006-08-05 00:01:12 Author: tvo [ Details ] [ Diff ] |
* Add the .sdd file format to changelog. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1751 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop 283c839f
Timestamp: 2006-08-04 23:23:51 Author: tvo [ Details ] [ Diff ] |
* Fix sync errors, one introduced by colorblind in r1564 and one introduced by SJ/alphabeta in r1567. Blame them all, and DO NOT USE gu (GlobalUnsynced) in synced code!!! * Add script to build a range of revisions. Saves a lot of time when hunting down bugs like those ^^^. (PS do not use gu in synced code) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1749 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/SpawnScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
add - tools/scripts/build-revisions.sh | [ Diff ] [ File ] | ||
develop 848d5708
Timestamp: 2006-08-04 20:33:29 Author: tvo [ Details ] [ Diff ] |
* Fix gcc extra qualification error now gcc 4.1.1 buildbot is online again. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1748 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/BaseCmd.h | [ Diff ] [ File ] | ||
develop f0a55ca7
Timestamp: 2006-08-04 15:13:39 Author: jcnossen [ Details ] [ Diff ] |
err... git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1747 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/Sim/ModInfo.cpp | [ Diff ] [ File ] | ||
add - rts/Sim/ModInfo.h | [ Diff ] [ File ] | ||
develop 6b61b986
Timestamp: 2006-08-04 03:03:11 Author: jcnossen [ Details ] [ Diff ] |
* added CModInfo class for global mod info data and moved team nanospray config loading into it. More things such as gradual reclaiming settings could follow... git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1746 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.h | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 008b49a5
Timestamp: 2006-08-03 20:34:12 Author: tvo [ Details ] [ Diff ] |
* Fix bug in ArchiveScanner causing checksums to be cut off at 31 bits because of 32 bit signed integer overflow. * Fix bug reported by malric, _H_MMGR was used instead of USE_MMGR in Game.cpp, also #include "mmgr.h" was missing. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1743 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
develop f114ed53
Timestamp: 2006-08-03 19:30:48 Author: jcnossen [ Details ] [ Diff ] |
patch from TheBlasphemer: fixed missing sounds not crashing spring. See http://lolut.utbm.info/pipermail/taspring-linux/2006-August/001436.html git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1741 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
develop 815c7d45
Timestamp: 2006-08-03 16:55:35 Author: tvo [ Details ] [ Diff ] |
* Add commandline option 'minimise' to start spring minimised (for automated testing). * Fix minor estheatical bug in PosixCmd.cpp git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1738 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/PosixCmd.cpp | [ Diff ] [ File ] | ||
develop 453fd660
Timestamp: 2006-08-03 15:57:20 Author: tvo [ Details ] [ Diff ] |
* Add quit commandline option. It can be used to automatically quit spring on game over or after a certain number of real time minutes have passed. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1736 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.h | [ Diff ] [ File ] | ||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
develop b66c516e
Timestamp: 2006-08-03 14:32:46 Author: betalord [ Details ] [ Diff ] |
TASClient: can't change player settings anymore once you ready up (mantis #114) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1735 37977431-3df6-0310-b722-df95706aa16b |
||
develop 5db2f8cb
Timestamp: 2006-08-03 14:23:43 Author: tvo [ Details ] [ Diff ] |
* Fix a while bunch of bugs in commandline parsing: * Crash on string parameters (not tested, but strcpy'ing to non-allocated memory ought to crash..). * Crash on missing parameters. * POSIX long option (ie. '--fullscreen') support was broken. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1734 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/BaseCmd.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/BaseCmd.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/PosixCmd.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/PosixCmd.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/Win32Cmd.cpp | [ Diff ] [ File ] | ||
develop e61dd687
Timestamp: 2006-08-03 13:34:28 Author: betalord [ Details ] [ Diff ] |
TASClient: translated mouse events from labels to parent panel (in TMapItem class) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1733 37977431-3df6-0310-b722-df95706aa16b |
||
develop d64751d0
Timestamp: 2006-08-03 13:07:32 Author: jcnossen [ Details ] [ Diff ] |
* added DevIL vclibs include paths to the unitsync project. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1732 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync/unitsync.vcproj | [ Diff ] [ File ] | ||
develop b96acac0
Timestamp: 2006-08-03 12:19:06 Author: betalord [ Details ] [ Diff ] |
TASClient: various changes that integrate new map form into other forms git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1731 37977431-3df6-0310-b722-df95706aa16b |
||
develop 35ac7105
Timestamp: 2006-08-03 12:13:42 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1730 37977431-3df6-0310-b722-df95706aa16b | ||
develop 17ec1e08
Timestamp: 2006-08-03 12:12:22 Author: betalord [ Details ] [ Diff ] |
TASClient: Initial import of new map list form git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1729 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6bf841b3
Timestamp: 2006-08-03 01:17:36 Author: jcnossen [ Details ] [ Diff ] |
* python bindings enabled for the windows build. Use "Release with python bindings" instead of normal "Release" git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1728 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync/pybind.cpp | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.sln | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.vcproj | [ Diff ] [ File ] | ||
develop 2bfa4c8c
Timestamp: 2006-08-02 16:22:24 Author: yeha [ Details ] [ Diff ] |
Thickness now works for lightningprojectiles. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1727 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/LightingProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
develop 8f59a3fb
Timestamp: 2006-08-02 16:10:04 Author: tvo [ Details ] [ Diff ] |
* Delete NTAI's R1.txt and R2.txt, they collide with r1.txt and r2.txt on windows. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1726 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/XTAPE/R1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/R2.txt | [ Diff ] [ File ] | ||
develop ff3ba628
Timestamp: 2006-08-02 12:30:37 Author: tvo [ Details ] [ Diff ] |
* Oops, backslash in filename git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1720 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||