Changesets: spring
develop 8c5eaab2
Timestamp: 2006-08-11 18:40:56 Author: trepan [ Details ] [ Diff ] |
test commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1809 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiKeyReader.h | [ Diff ] [ File ] | ||
develop 7ecf2daf
Timestamp: 2006-08-11 16:38:08 Author: betalord [ Details ] [ Diff ] |
ChanServ: * HELP is sent to private chat only now, no more to the channel * fixed bug with DEOP command not working * added SHUTDOWN command git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1808 37977431-3df6-0310-b722-df95706aa16b |
||
develop 64db43c2
Timestamp: 2006-08-11 12:53:42 Author: tvo [ Details ] [ Diff ] |
* workaround patch by Anders Petersson <demitar at worldforge org> that fixes runaway missiles, where CWeapon::predict escalates to values over 5e+09, by clamping this predict value to 50k max. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1806 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
develop 816e7128
Timestamp: 2006-08-11 12:25:10 Author: colorblind [ Details ] [ Diff ] |
* Enabled mipmaps on textures of unit icons * Removed some redundant lines of code git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1805 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/IconHandler.cpp | [ Diff ] [ File ] | ||
develop 0d0f1971
Timestamp: 2006-08-11 08:50:51 Author: yeha [ Details ] [ Diff ] |
Missing files added. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1804 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/Sim/Misc/SensorHandler.cpp | [ Diff ] [ File ] | ||
add - rts/Sim/Misc/SensorHandler.h | [ Diff ] [ File ] | ||
develop 67fb949b
Timestamp: 2006-08-11 06:32:48 Author: yeha [ Details ] [ Diff ] |
Made los resolution changeable. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1803 37977431-3df6-0310-b722-df95706aa16b |
||
add - game/gamedata/sensors.tdf | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BasicMapDamage.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/RadarHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
develop 67e6edba
Timestamp: 2006-08-10 22:58:05 Author: hollow [ Details ] [ Diff ] |
spring-gui: * Updated to use new unitsync & multi datadirs * Added Mod index file to reduce unitsync where possible git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1802 37977431-3df6-0310-b722-df95706aa16b |
||
develop 3a73255b
Timestamp: 2006-08-10 22:45:36 Author: tvo [ Details ] [ Diff ] |
* patch by Tim Newsome fixing a bug preventing AIs to be loaded because of a ./ prepended to an absolute path. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1801 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/StartScripts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/GlobalAITestScript.h | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | ||
develop 923e7abc
Timestamp: 2006-08-10 18:22:28 Author: colorblind [ Details ] [ Diff ] |
* Adds unit icons to the minimap. * IconHandler no longer replaces black with transparent in icon textures; modders will have to include an alpha channel themselves git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1800 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/IconHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 6ded4c20
Timestamp: 2006-08-10 16:27:58 Author: tvo [ Details ] [ Diff ] |
* Fix regression in my last commit (absolute path to CBitmap::Save etc. didn't work anymore) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1799 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop ad5641a6
Timestamp: 2006-08-10 02:20:28 Author: tvo [ Details ] [ Diff ] |
* Fix stupid typo in unitsync causing assertion to fail in GetSideName() if user has less mods then number of sides in mod. * Add unitsync.GetDataDirectories(bool write) to unitsync python bindings. If write is False this returns a list of ro & rw data directories, if write is True it returns a list only rw data directories. You can safely assume for now that the returned list has only 1 item if write == True or operating system == Windows. * Replace 2 instances of file write code using filesystem.GetNativeFilenames() by filesystem.GetWriteDir(). * UnixFileSystemHandler now chdirs to the writedir, this is backward compatibility for AIs etc. that do not know about multiple datadirs (yet). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1797 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.h | [ Diff ] [ File ] | ||
mod - tools/unitsync/pybind.cpp | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop a3c4c417
Timestamp: 2006-08-10 00:30:57 Author: theblasp [ Details ] [ Diff ] |
- Fixed tooltips on sliders - Fixed saving of options git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1796 37977431-3df6-0310-b722-df95706aa16b |
||
develop a4acc8aa
Timestamp: 2006-08-09 19:58:16 Author: tvo [ Details ] [ Diff ] |
* Fix an issue with comparing / paths with \ paths (probably this broke .sdd archives on windows) * Add FileSystem::ForwardSlashes function() * Remove CVFSHandler::MakeLower() (2x) and CVFSHandler::SetSlashesBackToForward(). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1795 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/UnitModels/3DOParser.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveDir.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.h | [ Diff ] [ File ] | ||
develop 8d7c6748
Timestamp: 2006-08-09 19:39:16 Author: tvo [ Details ] [ Diff ] |
* Dont look in the datadirs for absolute paths. Fixes problem that spring on linux can't load /path/to/script.txt. Also fixes problem that .sdd directories aren't correctly loaded on linux. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1794 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
develop b5c062fd
Timestamp: 2006-08-09 16:01:16 Author: tvo [ Details ] [ Diff ] |
* oops, accidentally pasted some garbage in the file just before committing git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1793 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
develop d847eac6
Timestamp: 2006-08-09 15:59:46 Author: tvo [ Details ] [ Diff ] |
Changes to UnixFileSystemHandler aka multi data dir support: * Only allow just one write directory, multiple doesn't really make sense & is just confusing. * Try to create data directories if they do not exist yet. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1792 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
develop e173080e
Timestamp: 2006-08-09 15:14:02 Author: tvo [ Details ] [ Diff ] |
* Add filesystem.Remove() function. * Fix stupid bug (reported by hollowsoul) where the UnixFileSystemHandler tried to load /etc/spring/datadir from one of the datadirs... git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1791 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.h | [ Diff ] [ File ] | ||
develop c2cb83bd
Timestamp: 2006-08-09 14:15:07 Author: tvo [ Details ] [ Diff ] |
* patch by Anders Petersson <demitar at worldforge org> that fixes a one-liner bug relating multi data dir support in PathEstimator.cpp. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1790 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop b0fa6fd8
Timestamp: 2006-08-09 13:31:51 Author: tvo [ Details ] [ Diff ] |
* Forgot to add some files to unitsync compilation. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1788 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
develop 1d74c07a
Timestamp: 2006-08-09 13:16:58 Author: tvo [ Details ] [ Diff ] |
* Fix unitsync to use FileSystem abstraction. It has multiple data directory support on Unix/Linux now too. * InitArchiveScanner() is now a no-operation, it will be deprecated & removed in the future. Initializing the ArchiveScanner is now done by Init(). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1787 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.h | [ Diff ] [ File ] | ||
mod - tools/unitsync/Syncer.cpp | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop 61cd8de2
Timestamp: 2006-08-09 12:59:48 Author: jcnossen [ Details ] [ Diff ] |
* added new flags "unit" and "nounit" in explosion generator, next to ground/water/air, so you can make effects that only apply when the explosion happens on a unit. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1786 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameHelper.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/RadarHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.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 ] | ||
develop 8269c96a
Timestamp: 2006-08-09 03:36:10 Author: tvo [ Details ] [ Diff ] |
* Remove const-ness from call-by-value function parameters, it messed up virtual function dispatching on MSVC. * In WinFileSystemHandler::FindFiles: Don't handle files starting with . to fix endless recursion loops by traversing in '.' and '..' git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1785 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/WinFileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/WinFileSystemHandler.h | [ Diff ] [ File ] | ||
develop 17001287
Timestamp: 2006-08-09 03:09:19 Author: tvo [ Details ] [ Diff ] |
* Hopefully fix the windows build by adding WinFileSystemHandler::FindFiles implementation. * Move some directory name checks from FileSystemHandler to FileSystem. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1784 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/WinFileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/WinFileSystemHandler.h | [ Diff ] [ File ] | ||
develop e10408b3
Timestamp: 2006-08-09 03:06:55 Author: theblasp [ Details ] [ Diff ] |
- First submission of the new XmlSettings Win32 settings dialog git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1783 37977431-3df6-0310-b722-df95706aa16b |
||
develop 392d0e57
Timestamp: 2006-08-09 01:56:32 Author: tvo [ Details ] [ Diff ] |
* patch by Anders Petersson <demitar at worldforge org> that adds a StringToLower & StringToLowerInPlace function and replaces all occurences of std::transform(s.begin(), s.end(), s.begin(), (int (*)(int)) tolower) with this. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1782 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/CommanderScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiKeyReader.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/glList.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/TextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DModelParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DOParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/s3oParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CategoryHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/DamageArrayHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobFile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archive7Zip.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveDir.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveFactory.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveHPI.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveZip.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Messages.cpp | [ Diff ] [ File ] | ||
mod - rts/System/StdAfx.h | [ Diff ] [ File ] | ||
mod - rts/System/TdfParser.cpp | [ Diff ] [ File ] | ||