Changesets: spring
|
develop 1cbeb756
Timestamp: 2006-06-12 22:36:22 Author: tvo [ Details ] [ Diff ] |
* Some usability fixes in CglList (ie. single player menus, group AI menu): * Remembers last selected item now per list instead of globally. * Quick'n dirty filtering (type something while in a list..) for easier managing of >2G maps. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1469 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GL/glList.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GL/glList.h | [ Diff ] [ File ] | ||
|
develop 64fb83f2
Timestamp: 2006-06-12 21:33:05 Author: tvo [ Details ] [ Diff ] |
* Add 'unsigned int GetPrimaryModChecksum(int index)' to unitsync. * Add 'unsigned int GetMapChecksum(int index)' to unitsync. Both calculate checksum of mod resp. map by taking checksum of all archives the item depends on and xor'ing them together. * Update unitsync python bindings. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1468 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - tools/unitsync/pybind.cpp | [ Diff ] [ File ] | ||
| mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
|
develop 0c96b1f3
Timestamp: 2006-06-12 19:31:08 Author: tvo [ Details ] [ Diff ] |
* Send over and compare map&mod checksums before starting game. * Don't show full (and always identical) path 'aidll/globalai'. * Apply part of mantis 195, "give the marker a solid (alpha blended) interior to the black border" git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1467 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/PreGame.h | [ Diff ] [ File ] | ||
| mod - rts/Game/StartScripts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
| mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Net.cpp | [ Diff ] [ File ] | ||
|
develop 36aa8429
Timestamp: 2006-06-12 17:40:23 Author: betalord [ Details ] [ Diff ] |
TASClient: hidden the map extension in map list git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1466 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 6caaf8be
Timestamp: 2006-06-12 17:17:34 Author: jcnossen [ Details ] [ Diff ] |
* applied colorblinds patch to fix enemy radar dots having descriptions * beamlasers can also specify an explosion generator now git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1465 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/BeamLaser.cpp | [ Diff ] [ File ] | ||
|
develop 84605b11
Timestamp: 2006-06-12 15:34:07 Author: betalord [ Details ] [ Diff ] |
TASClient: replaced yellow icons with orange ones from Trademark git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1464 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 05155cb4
Timestamp: 2006-06-12 15:10:18 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1463 37977431-3df6-0310-b722-df95706aa16b | ||
|
develop 2505c347
Timestamp: 2006-06-12 15:08:05 Author: betalord [ Details ] [ Diff ] |
TASClient: fixed minor problem with last color always switching to blue after rehosting git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1462 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 15504806
Timestamp: 2006-06-12 15:07:05 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1461 37977431-3df6-0310-b722-df95706aa16b | ||
|
develop d3dfce12
Timestamp: 2006-06-12 12:59:36 Author: jcnossen [ Details ] [ Diff ] |
* Ground flashes only happen on ground now * Fixed view settings being set for the wrong view (settings app) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1460 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
| mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
|
develop 0098811b
Timestamp: 2006-06-11 22:27:31 Author: jcnossen [ Details ] [ Diff ] |
updated changelog git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1458 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
|
develop 1b19f5f4
Timestamp: 2006-06-11 22:21:52 Author: jcnossen [ Details ] [ Diff ] |
* added a "UseDefaultExplosions" tag for the custom explosion scripts * added GetUnitDefRadius() and GetUnitDefHeight() to the AI callback, forces the unit model to be loaded * added GetGravity() to AI callback git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1457 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/AICallback.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/IGroupAI.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/ExplosionGenerator.h | [ Diff ] [ File ] | ||
|
develop c128b5c3
Timestamp: 2006-06-11 18:29:43 Author: jcnossen [ Details ] [ Diff ] |
* Fixed IGlobalAICallback::UnitMoveFailed not being called git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1456 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/MoveTypes/groundmovetype.cpp | [ Diff ] [ File ] | ||
| mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
|
develop 88de292f
Timestamp: 2006-06-11 17:57:38 Author: jcnossen [ Details ] [ Diff ] |
added automatic building of the vstudio7 projects to the installer bat files. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1455 37977431-3df6-0310-b722-df95706aa16b |
||
| add - installer/build_code.bat | [ Diff ] [ File ] | ||
| add - installer/pack_bitmaps.bat | [ Diff ] [ File ] | ||
|
develop 523d7dd0
Timestamp: 2006-06-11 16:59:23 Author: jcnossen [ Details ] [ Diff ] |
fixed geothermal smoke (shouldn't require los) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1454 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/SmokeProjectile.cpp | [ Diff ] [ File ] | ||
|
develop 7a3a8e0f
Timestamp: 2006-06-10 17:11:31 Author: tvo [ Details ] [ Diff ] |
* Rewrite CPreGame and related stuff: * Now possible to start 1v1 games using ./spring -s (server) and ./spring -c (client) (somehow more player games are still bugged) * Now possible to choose mod in single player or aforementionned 1v1 games. * Many small cleanups/fixes. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1453 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
| mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/PreGame.h | [ Diff ] [ File ] | ||
| mod - rts/Game/StartScripts/Script.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/StartScripts/Script.h | [ Diff ] [ File ] | ||
| mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/StartScripts/ScriptHandler.h | [ Diff ] [ File ] | ||
| mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GL/myGL.h | [ Diff ] [ File ] | ||
| mod - rts/System/Net.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Net.h | [ Diff ] [ File ] | ||
|
develop 596268d4
Timestamp: 2006-06-08 21:17:46 Author: betalord [ Details ] [ Diff ] |
TASClient: when adding bot its name gets automatically renamed now to avoid duplicates git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1451 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 8386da8f
Timestamp: 2006-06-08 17:53:19 Author: tvo [ Details ] [ Diff ] |
* Merge from branches/tvo3: * Remove the xyz component of float3, use overloaded operator[] instead. * long->int to fix 64 bit compatibility git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1447 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - AI/Global/NTAI/Helpers/SunParser.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/GUI/GUIconsole.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/GUI/GUIconsole.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Misc/AirBaseHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobInstance.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobThread.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobThread.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/TransportCAI.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/ExtractorBuilding.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/LoadInterface.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/byteorder.h | [ Diff ] [ File ] | ||
| mod - rts/System/SaveInterface.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/TdfParser.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/float3.h | [ Diff ] [ File ] | ||
|
develop 94dd44e9
Timestamp: 2006-06-08 13:27:48 Author: betalord [ Details ] [ Diff ] |
TASClient: fixed writing new color info to script file git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1446 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 2c49122b
Timestamp: 2006-06-07 19:04:00 Author: tvo [ Details ] [ Diff ] |
* apply patch by Belmakor, increasing visibility of markers. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1445 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
|
develop a4f87236
Timestamp: 2006-06-06 23:09:56 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1444 37977431-3df6-0310-b722-df95706aa16b | ||
| mod - Documentation/Spring start.txt | [ Diff ] [ File ] | ||
| mod - Documentation/lobbychangelog.txt | [ Diff ] [ File ] | ||
|
develop be977dd9
Timestamp: 2006-06-06 23:00:32 Author: betalord [ Details ] [ Diff ] |
TASServer: minor fix git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1443 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 9ac7c84f
Timestamp: 2006-06-06 22:59:09 Author: betalord [ Details ] [ Diff ] |
TASClient: added support for custom team colors git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1442 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop e3273200
Timestamp: 2006-06-06 22:53:25 Author: betalord [ Details ] [ Diff ] |
TASClient: Initial import of CustomColorUnit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1441 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 29be79f2
Timestamp: 2006-06-06 22:52:08 Author: betalord [ Details ] [ Diff ] |
TASClient: added some graphics (OnOff bmps are ripped from TJvLED component) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1440 37977431-3df6-0310-b722-df95706aa16b |
||
