2025-08-31 05:30 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 8ed1326f
Timestamp: 2007-06-12 22:48:22
Author: tvo
Details ] Diff ]
* Quick fix for CPU% not being sent over the net with new sync check thing.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3819 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
develop 1dfe45e7
Timestamp: 2007-06-12 22:01:37
Author: tvo
Details ] Diff ]
* Fix mantis # 442: units can not build stuff on top of cloaked stuff anymore.
At the time the unit arrives at the place of construction it performs a
final check if the buildpos is blocked with a maphack.
(the final check was already there, just gave it full LOS)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3818 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
develop 58b65cf8
Timestamp: 2007-06-12 21:14:15
Author: tvo
Details ] Diff ]
* Fix mantis # 443: canAssist could be circumvented if multiple builders were
ordered an identical build at the same time out of their immediate range
(so they have to move).

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3817 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
rm - rts/build/vstudio8/rts.sln.old Diff ] File ]
develop f951a650
Timestamp: 2007-06-12 19:50:24
Author: tvo
Details ] Diff ]
* Fix mantis # 529: UnitRestricted could be circumvented by making multiple
factories and starting a build of the restricted unit in all factories at
the same time.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3816 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.h Diff ] File ]
develop b8811e88
Timestamp: 2007-06-10 16:26:21
Author: trepan
Details ] Diff ]
* Fixed queued ground attack skipping


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3815 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
develop 2933fcb8
Timestamp: 2007-06-09 23:59:05
Author: tvo
Details ] Diff ]
* Enable a whole bunch of compiler warnings when compiling in debug mode.
Couldn't just use -Wall unfortunately because all the initializations orders
in constructors are messed up and GCC seems to be lacking an option to
disable the warning about it. So I just enabled as much separate warnings
as possible...
* Fixed compiler warnings, including but not limited too:
* Slightly better error reporting in ExplosionGenerator and TdfParser.
* Generally slightly safer code.
* Lots of uninitialized locals now initialized, some of which would maybe have
been able to cause desync on certain error conditions in LuaRules.
* Some potential crash bugs fixed.
* Removed countless unused variables.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3814 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/ExternalAI/AICheats.cpp Diff ] File ]
mod - rts/ExternalAI/GlobalAICInterface/AbicProxy.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/PlayerRoster.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/SelectedUnitsAI.cpp Diff ] File ]
mod - rts/Game/Team.cpp Diff ] File ]
mod - rts/Game/UI/EndGameBox.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/ResourceBar.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.cpp Diff ] File ]
mod - rts/Game/UI/TooltipConsole.cpp Diff ] File ]
mod - rts/Game/WaitCommandsAI.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Map/BasicMapDamage.cpp Diff ] File ]
mod - rts/Map/SM3/Sm3Map.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/Lightcalc.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/QuadRenderData.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/Terrain.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/TerrainTexEnvCombine.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/TerrainTexture.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/TerrainTextureGLSL.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/Textures.cpp Diff ] File ]
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
mod - rts/Map/SMF/SmfReadMap.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvSky.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvTreeDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvTreeGenerator.cpp Diff ] File ]
mod - rts/Rendering/Env/BasicSky.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
mod - rts/Rendering/Textures/ColorMap.h Diff ] File ]
mod - rts/Rendering/Textures/TextureHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/Feature.cpp Diff ] File ]
mod - rts/Sim/Misc/FeatureDef.h Diff ] File ]
mod - rts/Sim/Misc/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/QuadField.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Path/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/FireProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/LargeBeamLaserProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/MissileProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/PieceProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/SmokeTrailProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/StarburstProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobInstance.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/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
mod - rts/Sim/Weapons/PlasmaRepulser.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveDir.cpp Diff ] File ]
mod - rts/System/LogOutput.h Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Net.cpp Diff ] File ]
mod - rts/System/Script/LuaBinder.cpp Diff ] File ]
mod - rts/System/Sync/get_executable_name.c Diff ] File ]
mod - rts/System/TdfParser.cpp Diff ] File ]
mod - rts/System/bget.cpp Diff ] File ]
mod - rts/System/creg/Serializer.cpp Diff ] File ]
mod - rts/System/creg/VarTypes.cpp Diff ] File ]
mod - rts/System/creg/creg.h Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
mod - rts/lib/hpiutil2/hpifile.cpp Diff ] File ]
mod - rts/lib/hpiutil2/sqshstream.cpp Diff ] File ]
mod - rts/lib/minizip/unzip.c Diff ] File ]
develop 8e6003b6
Timestamp: 2007-06-09 20:43:17
Author: tvo
Details ] Diff ]
* Fix java bindings on Linux (hopefully they still work on Windows)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3813 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/javabind.cpp Diff ] File ]
develop 9a4b6292
Timestamp: 2007-06-09 16:33:33
Author: tvo
Details ] Diff ]
* Gaia team doesn't start with a commander anymore.
* Initialize lineageTeam



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3812 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/StartScripts/CommanderScript.cpp Diff ] File ]
mod - rts/Game/Team.cpp Diff ] File ]
develop 8d071ab1
Timestamp: 2007-06-05 22:44:13
Author: tvo
Details ] Diff ]
* Add some missing System/Sync/* files to vc8 project file.
* Fix spamming of no sync response messages if connection is going down.
* TASServer: Fix '/renameaccount' being able to rename to a nick that differs
just in capitalization from another account's nickname.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3811 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 130cfe43
Timestamp: 2007-06-05 14:04:44
Author: tvo
Details ] Diff ]
* "track" action (by default bound to 't') is cancelled when it looped through
all trackUnits. (fixes mantis # 306)
* Added ctrl+t default keybinding to change trackmode.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3810 37977431-3df6-0310-b722-df95706aa16b
mod - game/uikeys.txt Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTracker.cpp Diff ] File ]
develop 77a5a649
Timestamp: 2007-06-03 17:16:53
Author: Licho
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3809 37977431-3df6-0310-b722-df95706aa16b
develop 55f72bcc
Timestamp: 2007-05-31 23:52:17
Author: kloot
Details ] Diff ]
minor touchup to weapon sound-loading code

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3808 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
develop 6c43d441
Timestamp: 2007-05-31 21:37:03
Author: tvo
Details ] Diff ]
* Remove the def_generated.def stuff from release configuration.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3807 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop c6c05b62
Timestamp: 2007-05-31 21:25:58
Author: tvo
Details ] Diff ]
* Add LuaTextures.{cpp,h} and LuaShaders.{cpp,h} to VS8 project file

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3806 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 079641b8
Timestamp: 2007-05-30 21:42:31
Author: tvo
Details ] Diff ]
* Fix mantis # 372 (energy sharing threshold being ~1 cm off to the left on
the left side of the bar)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3805 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/ResourceBar.cpp Diff ] File ]
develop 2ca86214
Timestamp: 2007-05-30 21:26:56
Author: tvo
Details ] Diff ]
* new java bindings, adding GetSpringVersion to the binding

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3804 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/javabind.cpp Diff ] File ]
develop fa895a41
Timestamp: 2007-05-30 19:47:36
Author: tvo
Details ] Diff ]
* Patch by M2 making weapons not target dead and crashing units anymore.
This fixes problems with units with exceptionally long 'Killed' functions.
(Closes mantis 0000279)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3803 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop 24b4cbf9
Timestamp: 2007-05-30 19:40:21
Author: tvo
Details ] Diff ]
* Patch by M2 adding some missing header files to VC8 project file.
Closes mantis 0000539

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3802 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 9ed2a7ba
Timestamp: 2007-05-30 16:08:11
Author: tvo
Details ] Diff ]
* typo

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3801 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
develop 0d57aee5
Timestamp: 2007-05-30 16:05:27
Author: tvo
Details ] Diff ]
* Minor refactor in semi's refactor, int is_s3o -> bool is_s3o.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3800 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop b2d63aa4
Timestamp: 2007-05-30 16:00:43
Author: tvo
Details ] Diff ]
* Patch by Kloot allowing up to 8 ok, select, arrived sounds and laying foundation
to allowing multiple other sounds.
Closes mantis 0000541

trepan: Kloot's requested you to review the changes in the Lua bindings.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3799 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaWeaponDefs.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/groundmovetype.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.h Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.h Diff ] File ]
develop 00636d01
Timestamp: 2007-05-30 15:46:18
Author: tvo
Details ] Diff ]
* Patch by M2 factoring out a parse_buffer function in TdfParser and fixing the
bug that TdfParser compiled with boost 1.34 chokes on whitespace on end of file.
Closes mantis 0000538

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3798 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/TdfParser.cpp Diff ] File ]
mod - rts/System/TdfParser.h Diff ] File ]
mod - rts/System/tdf_grammar.hpp Diff ] File ]
develop c31d5ffb
Timestamp: 2007-05-30 15:21:42
Author: tvo
Details ] Diff ]
* Patch by semi fixing a crash when moving the view back to a ghosted building
that has been killed while it was outside the view. (possibly applies to either
S3O or 3DO buildings only)
Closes mantis 0000542


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3797 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop c4f37413
Timestamp: 2007-05-29 19:44:43
Author: tvo
Details ] Diff ]
* Include MSVCR71.dll in installer.
* Check for python 2.5 before python 2.4 (very hacky solution).



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3796 37977431-3df6-0310-b722-df95706aa16b
mod - installer/sections/main.nsh Diff ] File ]
mod - rts/build/scons/config.py Diff ] File ]
develop 21f0b5ed
Timestamp: 2007-05-28 21:47:50
Author: tvo
Details ] Diff ]
* Attempt to fix crash bug causing latest spring.exe to not even start for Peet



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3795 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 924 925 926 927 928 929 930 ... 990 ... 1057 1058 1059  Next  Last