Changesets: spring
develop ddf5d181
Timestamp: 2007-11-05 18:56:32 Author: betalord [ Details ] [ Diff ] |
described recent changes in TASServer git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4711 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
develop 5b98021d
Timestamp: 2007-11-05 18:38:22 Author: betalord [ Details ] [ Diff ] |
removed UPDATEBATTLEDETAILS command, also removed several arguments from JOINBATTLE and OPENBATTLE commands. All this attributes will now be handled via SETSCRIPTTAG commands. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4710 37977431-3df6-0310-b722-df95706aa16b |
||
develop 79ed3dc8
Timestamp: 2007-11-05 17:57:25 Author: tvo [ Details ] [ Diff ] |
* Move shaders into springcontent.sdz Some other installer fixes. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4709 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/kai.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop abc1526c
Timestamp: 2007-11-05 14:07:35 Author: tvo [ Details ] [ Diff ] |
* Add missing admin command git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4708 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Lobby/AdminCommands.txt | [ Diff ] [ File ] | ||
develop 7f5b420b
Timestamp: 2007-11-05 14:04:41 Author: tvo [ Details ] [ Diff ] |
* Fix GCC 4.3 compile error git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4707 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
develop 09bf7561
Timestamp: 2007-11-05 09:50:23 Author: tvo [ Details ] [ Diff ] |
* Remove the temporary filename generation for demo files, the disadvantages (not being able to easily replay demos when Spring crashed) outweigh the advantages (when running 2 Spring instances on the same PC with the same data directory the demo file didn't get corrupted anymore because of the random names). * Replay until EOF if demoStreamSize is null, as is mentioned in the comments in demofile.h git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4706 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.cpp | [ Diff ] [ File ] | ||
develop 921bce60
Timestamp: 2007-11-05 02:57:57 Author: tnowell [ Details ] [ Diff ] |
- added colour wheel icon and button image - looknfeels now change immediatly, no need to restart the lobby tot ake effect - added the option of turning flags and ranks off and on in user join messages - sped up content pane refreshes in channels - added support for SHA-1 password hashes - removed redundant old images git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4705 37977431-3df6-0310-b722-df95706aa16b |
||
develop 806bc616
Timestamp: 2007-11-04 19:39:09 Author: betalord [ Details ] [ Diff ] |
fixed typo git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4704 37977431-3df6-0310-b722-df95706aa16b |
||
develop 055e68c1
Timestamp: 2007-11-04 19:34:38 Author: betalord [ Details ] [ Diff ] |
updated recent changes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4703 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
develop 207cf8cb
Timestamp: 2007-11-04 19:31:56 Author: betalord [ Details ] [ Diff ] |
added two more ranks (on request) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4702 37977431-3df6-0310-b722-df95706aa16b |
||
develop cf6d4779
Timestamp: 2007-11-04 01:05:15 Author: tvo [ Details ] [ Diff ] |
* Patch by yuritch that fixes a bug in his earlier patch (the one that added COB get/set CRASHING). The bug essentially was that planes that were shot down stayed alive if there was a free landing pad somewhere. (Closes mantis 0000673) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4701 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
develop 6c2f4342
Timestamp: 2007-11-04 00:31:36 Author: tvo [ Details ] [ Diff ] |
* Add check for circular dependencies. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4700 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
develop 2ad7b1f6
Timestamp: 2007-11-03 21:50:25 Author: tnowell [ Details ] [ Diff ] |
- added glew to the include include folders - renamed the CInfo class and file name to CConfigData - added a destructor and a load function to above class and shifted a few big blocks of code into it - CConfigData is nwo responsible for deleting the mod_tdf object - a few vector containers where changed into list containers which might help with issues of shared_ptr and stl containers expanding.causing corruption and thus crashes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4699 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/AI.vcproj | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/helper.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/helper.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/include.h | [ Diff ] [ File ] | ||
add - AI/Global/NTai/AI/NTai/Helpers/CConfigData.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.h | [ Diff ] [ File ] | ||
develop c533733a
Timestamp: 2007-11-03 20:46:08 Author: tvo [ Details ] [ Diff ] |
* Fix memory leak and out of bounds array write (!) access in unitsync log function. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4698 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop dc926cb9
Timestamp: 2007-11-03 20:13:52 Author: tvo [ Details ] [ Diff ] |
* GLuint -> unsigned int and some other minor cleanups git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4697 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
develop 1de22f84
Timestamp: 2007-11-03 18:33:02 Author: betalord [ Details ] [ Diff ] |
allow startpos type 3 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4695 37977431-3df6-0310-b722-df95706aa16b |
||
develop 3f4f1ea4
Timestamp: 2007-11-03 17:00:43 Author: imbaczek [ Details ] [ Diff ] |
patch by KDR: ProximityPriority tag - acts as a multiplier for the distance to the target in the priority calculation note that negative values make weapons prefer distant targets. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4694 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaWeaponDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
develop 6d898284
Timestamp: 2007-11-03 16:41:10 Author: imbaczek [ Details ] [ Diff ] |
patch by rattle: COB: set ACTIVATION issues CMD_ONOFF instead of activating/deactivating some indentation fixes, too. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4693 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
develop 90f0ce3b
Timestamp: 2007-11-03 16:30:55 Author: trepan [ Details ] [ Diff ] |
* Removed imageSizeX and imageSizeY (potential desync) The gl.TextureInfo() call can be used instead git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4692 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaUnitDefs.cpp | [ Diff ] [ File ] | ||
develop 122ccd80
Timestamp: 2007-11-03 15:48:20 Author: trepan [ Details ] [ Diff ] |
* Added SETSCRIPTTAG to the proto doc git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4691 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
develop a3960600
Timestamp: 2007-11-03 14:58:13 Author: trepan [ Details ] [ Diff ] |
* Added the "SETSCRIPTTAG <key> <value>" protocol command git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4690 37977431-3df6-0310-b722-df95706aa16b |
||
develop 783e2c91
Timestamp: 2007-11-03 13:54:06 Author: tvo [ Details ] [ Diff ] |
* Apply patch by det speeding up ArchiveScanner archive checksum calculation by a HUGE amount (talking about orders of magnitude). In short, checksum is now read from 7z/zip archive header instead of checksumming entire file. This has the added advantage that you can repack an archive in a different format and it will still have the same checksum. The disadvantage is that some external things depending on the checksums being identical always probably need to perform a "checksum migration" (think map grading). * Remove hack to exclude dependencies in /base/ from checksumming, since now only the content and filenames are checksummed the problem with different modification times in zip header is gone. * Updated VC8 project file. * Add ArchiveCacheV5.txt delete code to installer. * Doxygenize some comments in the pathfinder. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4689 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathFinder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathFinder.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archive7Zip.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archive7Zip.h | [ Diff ] [ File ] | ||
add - rts/System/FileSystem/ArchiveBase.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveBase.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveDir.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveZip.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveZip.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop cb10f8b3
Timestamp: 2007-11-02 22:00:51 Author: kloot [ Details ] [ Diff ] |
fix CEG's not spawning for CExplosiveProjectile's git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4688 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/WeaponProjectiles/ExplosiveProjectile.cpp | [ Diff ] [ File ] | ||
develop b6b6f5a6
Timestamp: 2007-11-02 17:39:23 Author: satirik [ Details ] [ Diff ] |
- loading crash fixed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4687 37977431-3df6-0310-b722-df95706aa16b |
||
develop f16fa8e8
Timestamp: 2007-11-02 17:08:24 Author: satirik [ Details ] [ Diff ] |
- setscripttag implementation temp commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4686 37977431-3df6-0310-b722-df95706aa16b |
||