Changesets: spring
develop 5aba7f72
Timestamp: 2006-10-13 10:28:12 Author: tvo [ Details ] [ Diff ] |
* Add some files I forgot to add last commit. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2385 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/AAI/AAIAttack.cpp | [ Diff ] [ File ] | ||
add - AI/Global/AAI/AAIAttack.h | [ Diff ] [ File ] | ||
add - AI/Global/AAI/AAIAttackManager.cpp | [ Diff ] [ File ] | ||
add - AI/Global/AAI/AAIAttackManager.h | [ Diff ] [ File ] | ||
develop 9165d5bc
Timestamp: 2006-10-12 22:32:36 Author: tvo [ Details ] [ Diff ] |
* Commit AAI 0.75rc for submarine git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2384 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/AAI/AAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAI.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIAirForceManager.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIAirForceManager.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBrain.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBrain.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBuildTable.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBuildTable.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBuildTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBuilder.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBuilder.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIConfig.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIExecute.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIExecute.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIFactory.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIGroup.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIGroup.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAISector.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAISector.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIUnitTable.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIUnitTable.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/Interface.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/aidef.h | [ Diff ] [ File ] | ||
develop 73287728
Timestamp: 2006-10-12 22:01:57 Author: hollow [ Details ] [ Diff ] |
UnityLobby: Fixed Battle Chat only displaying 1 word Fixed Joining Passworded Battles git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2383 37977431-3df6-0310-b722-df95706aa16b |
||
develop 5e95e20a
Timestamp: 2006-10-12 21:05:59 Author: hollow [ Details ] [ Diff ] |
UnityLobby: Changed connecting to server to double left click popup menu Fixed bunch of minor Lobby Join/Host/Leave Bugs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2382 37977431-3df6-0310-b722-df95706aa16b |
||
develop 7e383cdc
Timestamp: 2006-10-12 19:55:47 Author: hollow [ Details ] [ Diff ] |
UnityLobby: Minor GUI update to use spring.png as window icon Fixed Minor bug when trying to host a battle, when not connected to lobby server git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2381 37977431-3df6-0310-b722-df95706aa16b |
||
develop e421078c
Timestamp: 2006-10-12 17:33:05 Author: hollow [ Details ] [ Diff ] |
UnityLobby: Another fix for registering accounts Fix for Updating Mod Side info git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2380 37977431-3df6-0310-b722-df95706aa16b |
||
develop 122e4aa3
Timestamp: 2006-10-12 00:13:08 Author: hollow [ Details ] [ Diff ] |
UnityLobby: Fixed missing imports for registering account with Lobby Server New DockApp Image git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2379 37977431-3df6-0310-b722-df95706aa16b |
||
develop 05c262bd
Timestamp: 2006-10-11 23:07:58 Author: tvo [ Details ] [ Diff ] |
* Unitsync python bindings now return checksum as unsigned int instead of signed int. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2378 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync/pybind.cpp | [ Diff ] [ File ] | ||
develop 22e9f3e8
Timestamp: 2006-10-11 23:01:01 Author: tvo [ Details ] [ Diff ] |
* Attempt to fix bug where spring uses way too much cpu if started with --minimise. (compared to manually minimising it) * Remove useless variable that was always true. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2377 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
develop af5a3c25
Timestamp: 2006-10-11 22:45:33 Author: tvo [ Details ] [ Diff ] |
* Fix crash if unitid == -1 in CMD_GUARD a bit better. Note that it may possibly still crash in the command draw code, as that doesn't check. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2376 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
develop feb42c52
Timestamp: 2006-10-11 20:52:47 Author: hollow [ Details ] [ Diff ] |
UnityLobby: Improved UI for PMing Users slightly git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2375 37977431-3df6-0310-b722-df95706aa16b |
||
develop 47c1b78a
Timestamp: 2006-10-11 19:23:38 Author: hollow [ Details ] [ Diff ] |
Fixed hardcoded path for dockapp image Update version check for profile setup git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2374 37977431-3df6-0310-b722-df95706aa16b |
||
develop bff92056
Timestamp: 2006-10-11 18:59:38 Author: yeha [ Details ] [ Diff ] |
Small fix for crach in CMobileCAI reported by submarine. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2373 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
develop 53d1b786
Timestamp: 2006-10-11 04:54:20 Author: yeha [ Details ] [ Diff ] |
Fixed unitialized variable error, collisionFlag used uninitialized in CPieceProjectile. Possible cause for some desync error. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2372 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/Projectile.cpp | [ Diff ] [ File ] | ||
develop 39ce9761
Timestamp: 2006-10-11 00:10:03 Author: hollow [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2371 37977431-3df6-0310-b722-df95706aa16b | ||
develop acc2b1ad
Timestamp: 2006-10-10 00:16:03 Author: jcnossen [ Details ] [ Diff ] |
* fixed a resurrect bug (according to crashreports builder.cpp, line 204: "curReclaim->AddBuildPower(buildSpeed,this);" crashed the game) * attempt at fixing a bug in loshandler. According to crashreports, loshandler.cpp line 581 crashed: ++airLosMap[instance->allyteam][y*airSizeX+x]; Someone should recheck the x,y clamping in it, it looks ok but I could be wrong. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2370 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 3cba3f2f
Timestamp: 2006-10-09 23:13:26 Author: betalord [ Details ] [ Diff ] |
added experimental web interface to ChanServ's logs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2369 37977431-3df6-0310-b722-df95706aa16b |
||
develop e3cfef4d
Timestamp: 2006-10-09 23:08:55 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2368 37977431-3df6-0310-b722-df95706aa16b | ||
develop 0727f582
Timestamp: 2006-10-08 17:52:34 Author: yeha [ Details ] [ Diff ] |
Enabled access to useAirLos and alwaysVisible from the explosiongenerator. Update to SimpleParticleSystem. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2367 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Objects/WorldObject.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/SimpleParticleSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/SimpleParticleSystem.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
develop 473b945e
Timestamp: 2006-10-08 16:33:57 Author: betalord [ Details ] [ Diff ] |
workaround for server creating CPU usage peak when being unable to write to socket channel git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2366 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6ff221f1
Timestamp: 2006-10-08 14:58:55 Author: tvo [ Details ] [ Diff ] |
* Attempt to fix syncdebugger compilation on 64 bit gcc 4.1.1 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2365 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Sync/SyncedPrimitive.h | [ Diff ] [ File ] | ||
mod - rts/System/Sync/Upcast.h | [ Diff ] [ File ] | ||
develop 50105a68
Timestamp: 2006-10-08 14:53:38 Author: betalord [ Details ] [ Diff ] |
added simple web interface for lobby server notifications git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2364 37977431-3df6-0310-b722-df95706aa16b |
||
develop a3d27ace
Timestamp: 2006-10-05 22:03:43 Author: trepan [ Details ] [ Diff ] |
* Removed CMDTYPE_COMBO_BOX from the list of key commands that cause page switches git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2363 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
develop ca2a92c6
Timestamp: 2006-10-05 12:48:23 Author: betalord [ Details ] [ Diff ] |
added some server notifications and fixed a bug in the path git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2362 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6a0b0b3b
Timestamp: 2006-10-03 23:51:39 Author: tvo [ Details ] [ Diff ] |
* update repo location in script for making source package git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2360 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||