Changesets: spring
develop f1da2dea
Timestamp: 2007-09-15 03:20:03 Author: imbaczek [ Details ] [ Diff ] |
added a MOD COB opcode for modulo division git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4383 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/COB/CobThread.cpp | [ Diff ] [ File ] | ||
develop 25ac40da
Timestamp: 2007-09-15 03:02:54 Author: imbaczek [ Details ] [ Diff ] |
made POP_STACK actually pop the stack git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4382 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/COB/CobThread.cpp | [ Diff ] [ File ] | ||
develop 403d2e21
Timestamp: 2007-09-15 00:07:26 Author: tnowell [ Details ] [ Diff ] |
- Added a truckload of java doc comments explaining classes, functions and variables. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4381 37977431-3df6-0310-b722-df95706aa16b |
||
develop addb7fcb
Timestamp: 2007-09-14 19:54:24 Author: kloot [ Details ] [ Diff ] |
commit KDR's dancing missiles (Mantis 0000632) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4380 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaWeaponDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
develop ad4e2e4b
Timestamp: 2007-09-14 13:37:15 Author: tnowell [ Details ] [ Diff ] |
- Corrected an issue where starting AFLobby as auto login would run into a problem were the login form would not appear should incorrect login data or a failed connection occur. - Added the channel password dialog - Modified CUserSettings so it doesn't need a user name variable in some of its function parameter lists. - Re factored the settings tab out into a standalone class. - Enabled the settings button on the splash screen. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4379 37977431-3df6-0310-b722-df95706aa16b |
||
develop 90b026a0
Timestamp: 2007-09-14 13:15:03 Author: tnowell [ Details ] [ Diff ] |
- scouter class removed.Dead weight functionality that doesn't work and isn't recommended, best removed outright and replaced in the future. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4378 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/AI.vcproj | [ Diff ] [ File ] | ||
rm - AI/Global/NTai/AI/NTai/Agents/Scouter.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTai/AI/NTai/Agents/Scouter.h | [ 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 ] | ||
develop fefc3522
Timestamp: 2007-09-14 11:38:52 Author: tnowell [ Details ] [ Diff ] |
- Numerous changes to help prevent a crash, by making CBPlan threadsafe. - Some line ending consistency changes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4377 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/AI.vcproj | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/CManufacturer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/CManufacturer.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/Planning.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/Scouter.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/helper.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/include.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/InitUtil.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Log.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/CBuildingPlacer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Units/Actions.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Units/CUnitDefHelp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/grid/CGridCell.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/SDK/AI.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp | [ Diff ] [ File ] | ||
develop e8813469
Timestamp: 2007-09-14 08:35:19 Author: tnowell [ Details ] [ Diff ] |
- removed a dependency on beans binding library accidentally added in previous commit. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4376 37977431-3df6-0310-b722-df95706aa16b |
||
develop 1c64fd5e
Timestamp: 2007-09-14 08:31:58 Author: tnowell [ Details ] [ Diff ] |
- A download class complete with working GUI has been added and tested. - battle table cells will be rendered using the cell renderer suited to the type of the object in the first cell of that column rather than the default string renderer. - added a dialog title to the loading start rctangles boxes file open dialog. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4375 37977431-3df6-0310-b722-df95706aa16b |
||
develop f8beb60b
Timestamp: 2007-09-13 21:26:49 Author: tnowell [ Details ] [ Diff ] |
- Fixes release mode build, adds numerous needed files, and converts the vcproj file from VS2003 to VS2005 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4374 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync/unitsync.sln | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.vcproj | [ Diff ] [ File ] | ||
develop c149a3aa
Timestamp: 2007-09-13 20:32:23 Author: tnowell [ Details ] [ Diff ] |
- removed dependency on 0.75b2 headers and moved them into a 75b2 folder (bad idea to begin with) - Added a VS2005 project - corrected a possible flaw in the thread pooling class git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4373 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/NTai/AI/AI.sln | [ Diff ] [ File ] | ||
add - AI/Global/NTai/AI/AI.vcproj | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/CWorkerThread.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/CBuildingPlacer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/SDK/AI.h | [ Diff ] [ File ] | ||
develop fa1103ec
Timestamp: 2007-09-13 20:19:43 Author: tnowell [ Details ] [ Diff ] |
- Removed a few options that weren't necessarily - added an adv config options tabControl1- added and removed numerous labels aswell as rewriting a number of them to make more sense - got rid of the gundam picture and changed the colours of the labels on the first tab git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4372 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/Toolkit/NTaiToolkit.csproj | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/Toolkit/NTaiToolkit.suo | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/Toolkit/NTaiToolkit/CBuildtree.cs | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/Toolkit/NTaiToolkit/Form1.cs | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/Toolkit/NTaiToolkit/Form1.resx | [ Diff ] [ File ] | ||
develop 13fd10c0
Timestamp: 2007-09-12 18:18:39 Author: trepan [ Details ] [ Diff ] |
* Clear the old style parameters from FBI unitdefs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4371 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/builddata/springcontent/gamedata/parse_fbi.lua | [ Diff ] [ File ] | ||
mod - installer/builddata/springcontent/gamedata/unitdefs.lua | [ Diff ] [ File ] | ||
develop 62fec296
Timestamp: 2007-09-12 18:02:38 Author: trepan [ Details ] [ Diff ] |
* Fix for raw lua unitdefs (lowerkeys() inserts keys outside of the pairs() loop) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4370 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/builddata/springcontent/gamedata/system.lua | [ Diff ] [ File ] | ||
develop d11551d5
Timestamp: 2007-09-12 17:26:34 Author: trepan [ Details ] [ Diff ] |
* Removed the debugging print() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4369 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/builddata/springcontent/gamedata/download_builds.lua | [ Diff ] [ File ] | ||
develop e4de5868
Timestamp: 2007-09-12 15:39:46 Author: trepan [ Details ] [ Diff ] |
* Fixed input arg count git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4368 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaRules.cpp | [ Diff ] [ File ] | ||
develop 5e098357
Timestamp: 2007-09-12 15:01:06 Author: trepan [ Details ] [ Diff ] |
* Make the buildOptions table a lua array (1:N) for download additions (entries added with download/*.tdf tables could have gapped indices) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4367 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/builddata/springcontent/gamedata/download_builds.lua | [ Diff ] [ File ] | ||
develop 57188360
Timestamp: 2007-09-12 14:21:07 Author: trepan [ Details ] [ Diff ] |
* Removed a couple of comments git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4366 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/builddata/springcontent/gamedata/parse_tdf.lua | [ Diff ] [ File ] | ||
develop 74859266
Timestamp: 2007-09-12 10:02:47 Author: tnowell [ Details ] [ Diff ] |
- starting rectangle file loading code updated git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4365 37977431-3df6-0310-b722-df95706aa16b |
||
develop 47a5327c
Timestamp: 2007-09-12 09:46:18 Author: tnowell [ Details ] [ Diff ] |
- Added a helper function to CFSHelper that takes a File object instead of a filepath string and returns its contents as a string - Added some file chooser and box loading code to the load boxes button. The button is still disabled nd the UI is not updated yet. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4364 37977431-3df6-0310-b722-df95706aa16b |
||
develop f413a721
Timestamp: 2007-09-12 08:37:22 Author: tnowell [ Details ] [ Diff ] |
- Added a welcome message in larger text on the initial page - Fixed a font issue on the #n ingame minutes label - Added a button for the spring replay site git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4363 37977431-3df6-0310-b722-df95706aa16b |
||
develop 815e858e
Timestamp: 2007-09-12 07:54:22 Author: tnowell [ Details ] [ Diff ] |
- version changed to beta 3.6 - Added short cut buttons on the first tab of the channel view to common actions and websites - Auto login feature added. When auto login is checked AFLobby will login as soon as it loads the next time its ran. - The script tab is hidden from the battle window if the netbeans param is not given when aflobby starts. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4362 37977431-3df6-0310-b722-df95706aa16b |
||
develop 1c338777
Timestamp: 2007-09-12 06:49:10 Author: tnowell [ Details ] [ Diff ] |
- Added a divider separated the chat and player list in the battle window - Updated the version number in the NSIS script from beta 2 final to beta 3.6 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4361 37977431-3df6-0310-b722-df95706aa16b |
||
develop fbc463e7
Timestamp: 2007-09-12 05:21:00 Author: tnowell [ Details ] [ Diff ] |
- Fix for non linux based OS using \ instead f /. Because \ is used in regex as an escape character, smileys were broken under operating systems using \ as a path separator. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4360 37977431-3df6-0310-b722-df95706aa16b |
||
develop c26a56ce
Timestamp: 2007-09-11 19:21:13 Author: kloot [ Details ] [ Diff ] |
fix the creg conditionals git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4359 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAIK-0.13/AIExports.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/AttackGroup.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/AttackHandler.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/BuildUp.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/Containers.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/DGunController.hpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/DefenseMatrix.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/Definitions.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/EconomyTracker.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/GlobalAI.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/Include.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/MetalMaker.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/ThreatMap.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/Unit.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/UnitHandler.h | [ Diff ] [ File ] | ||