Changesets: spring
|
develop 6af8ec96
Timestamp: 2007-11-17 20:02:55 Author: trepan [ Details ] [ Diff ] |
* Whitespace, edits git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4814 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - directories.txt | [ Diff ] [ File ] | ||
|
develop a9d0eaf4
Timestamp: 2007-11-17 20:01:37 Author: trepan [ Details ] [ Diff ] |
* Added the following lua call-outs to allow unsynced read access to COB global variables: GetCOBUnitVar(unitID, varID) GetCOBTeamVar(teamID, varID) GetCOBAllyTeamVar(allyTeamID, varID) GetCOBGlobalVar(varID) (varIDs start at 0) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4813 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
|
develop 204c94cd
Timestamp: 2007-11-17 19:51:22 Author: trepan [ Details ] [ Diff ] |
* Added VFS.UseArchive(filename, function(...) ... end, ...) - allows for packaged widgets (source, textures, sounds, etc...) - currently only works for raw filesystem access (limited to LuaUI) - has the potential to mess up named textures - would be nice to allow using archives as directories for file access git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4812 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaVFS.h | [ Diff ] [ File ] | ||
|
develop 17a5ce10
Timestamp: 2007-11-17 19:17:33 Author: kloot [ Details ] [ Diff ] |
make the missile trajectory change appear less linear git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4811 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp | [ Diff ] [ File ] | ||
|
develop e2304c16
Timestamp: 2007-11-17 18:54:32 Author: betalord [ Details ] [ Diff ] |
improved ban.list.php (entry deletion still not working though) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4810 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop cb8462b2
Timestamp: 2007-11-17 15:08:17 Author: kloot [ Details ] [ Diff ] |
base the angular correction factor on missile speed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4809 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp | [ Diff ] [ File ] | ||
|
develop c9c8e922
Timestamp: 2007-11-17 14:46:58 Author: betalord [ Details ] [ Diff ] |
changed layout a bit (more compact now) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4808 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop bbe96b48
Timestamp: 2007-11-17 13:56:43 Author: kloot [ Details ] [ Diff ] |
prevent CMissileProjectile weapons with trajectoryHeight from over- or undershooting when firing at targets below or above attack position (closes Mantis 0000496) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4807 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp | [ Diff ] [ File ] | ||
|
develop 3168b150
Timestamp: 2007-11-17 12:59:21 Author: betalord [ Details ] [ Diff ] |
fixed some crash bug and made sure expired ban entries are no longer taken into account git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4806 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 472a5c0f
Timestamp: 2007-11-16 18:40:13 Author: tnowell [ Details ] [ Diff ] |
- copied a small code chunk from trepans unitsync test app, which should mean that unitsync knows does all the unit loading at once for java clients rather than requiring the lobby to do the while loop. It returns zero for backwards compatibility. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4805 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - tools/unitsync/javabind.cpp | [ Diff ] [ File ] | ||
|
develop 157ac913
Timestamp: 2007-11-16 18:30:07 Author: tnowell [ Details ] [ Diff ] |
- added a java binding function that returns a newline separated string containing map info and starting positions - added java bindings for the new settings functions added recently git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4804 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - tools/unitsync/javabind.cpp | [ Diff ] [ File ] | ||
|
develop 455ace34
Timestamp: 2007-11-16 14:45:07 Author: satirik [ Details ] [ Diff ] |
- Loadminimap now deinterlace 1/4 column instead of 1/2 - minimap fixed pos circle diameter back to 10 - Keep battle filters checked by default - New warning message when trying to watch an old replay and not having the good springVERSION.exe git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4803 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 6f01d11d
Timestamp: 2007-11-16 12:58:38 Author: kloot [ Details ] [ Diff ] |
fix the isAttackCapable() check git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4802 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
|
develop d875869a
Timestamp: 2007-11-16 01:37:20 Author: kloot [ Details ] [ Diff ] |
comment fix ;) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4801 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/SelectedUnitsAI.cpp | [ Diff ] [ File ] | ||
|
develop 485eb68b
Timestamp: 2007-11-16 01:07:03 Author: kloot [ Details ] [ Diff ] |
fix mid-air explosions that occur over water triggering a water splash effect git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4800 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
|
develop f64e5764
Timestamp: 2007-11-16 00:47:14 Author: kloot [ Details ] [ Diff ] |
fix CTRL-MOVE group orders causing units to move at snail's pace git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4799 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/SelectedUnitsAI.cpp | [ Diff ] [ File ] | ||
|
develop 1b28cadb
Timestamp: 2007-11-15 23:11:56 Author: kloot [ Details ] [ Diff ] |
* fix missile-gunships from being unable to force-attack ground (Mantis 0000674) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4798 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
|
develop 66e7108d
Timestamp: 2007-11-15 19:38:49 Author: imbaczek [ Details ] [ Diff ] |
tombom's changelog work part 2 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4797 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
|
develop 8911e8a7
Timestamp: 2007-11-15 04:29:38 Author: trepan [ Details ] [ Diff ] |
* Removed unitsync's dependency on gameSetup (was introduced by the GetMapOptions()/GetModOptions() calls in LuaParser) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4796 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaParser.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaParser.h | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/ModInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
|
develop e3b5d881
Timestamp: 2007-11-15 03:25:05 Author: trepan [ Details ] [ Diff ] |
* Missing file for the previous commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4795 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Lua/LuaUnitDefs.cpp | [ Diff ] [ File ] | ||
|
develop 39fe9b7a
Timestamp: 2007-11-15 03:19:03 Author: trepan [ Details ] [ Diff ] |
* Applied lurker's mantis patch 0000680 (with a few touchups) - allows for negative damages - adds [experience] { experienceMult = 1.0; } to modrules - adds [flankingBonus] { defaultMode = 1; } to modrules - replaces the old bonus shield system with flanking bonus - new unitDef parameters: int flankingBonusMode float flankingBonusMax float flankingBonusMin float flankingBonusMobilityAdd float3 flankingBonusDir - new COB GET/SETS FLANK_B_MODE 120 // set or get FLANK_B_DIR 121 // set or get, set is through get for multiple args FLANK_B_MOBILITY_ADD 122 // set or get FLANK_B_MAX_DAMAGE 123 // set or get FLANK_B_MIN_DAMAGE 124 // set or get - removed the temporary 'bonusShieldEnabled' unitDef var * Replaced modrules.tdf with modrules.lua * Fixed LuaParser so that LuaTable calls will work for invalid parsers * Changed the global modInfo variable to be a direct reference * Preprocessed the modrules transportability settings to avoid wasted cycles git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4794 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - installer/builddata/springcontent/gamedata/defs.lua | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/gamedata/modrules.lua | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/GameInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaConstGame.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaParser.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaParser.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Misc/Feature.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/ModInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/ModInfo.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobFile.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
|
develop 0ee9d48e
Timestamp: 2007-11-15 00:24:02 Author: tvo [ Details ] [ Diff ] |
* Fixed bug with CUnit::SetExpPowerScale, it had a bool argument instead of a float. * Remove some code duplication by merging RegHandler::GetFloat and DotfileHandler::GetFloat both into ConfigHandler::GetFloat. * Added ConfigHandler::SetFloat. * Applied patch by tc making Spring's configuration variables available through unitsync (no python/java bindings (yet)), slightly modified (implemented SetFloat, comments). Closes mantis: 0000681 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4793 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/ConfigHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/ConfigHandler.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/DotfileHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/DotfileHandler.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/RegHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/RegHandler.h | [ Diff ] [ File ] | ||
| mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
|
develop a8ff605d
Timestamp: 2007-11-15 00:07:20 Author: kloot [ Details ] [ Diff ] |
crop some comment cruft git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4792 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
|
develop 17b5f41f
Timestamp: 2007-11-14 23:13:49 Author: Auswaschbar [ Details ] [ Diff ] |
* changelog update by tombom git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4791 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
|
develop 258eb7b8
Timestamp: 2007-11-14 22:50:36 Author: trepan [ Details ] [ Diff ] |
* Formatting git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4790 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
