Changesets: spring
develop c837771b
Timestamp: 2008-02-02 21:25:31 Author: tvo [ Details ] [ Diff ] |
svn merge -r 5289:5329 https://spring.clan-sy.com/svn/spring/branches/testserver This replaces r5443. (really apply the code that has been tested for multiple weeks instead of putting near-untested(?) code directly into production.) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5448 37977431-3df6-0310-b722-df95706aa16b |
||
develop 579aaea3
Timestamp: 2008-02-02 21:21:23 Author: tvo [ Details ] [ Diff ] |
* Revert r5443 except the DB stuff. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5447 37977431-3df6-0310-b722-df95706aa16b |
||
develop 618133d5
Timestamp: 2008-02-02 18:12:24 Author: kloot [ Details ] [ Diff ] |
clip the building ground decals against the map boundaries git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5446 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
develop 76c6d6db
Timestamp: 2008-02-02 16:18:54 Author: Auswaschbar [ Details ] [ Diff ] |
* deleted README.html since its outdated and better version is in Documentation/ * don't access a team's leader when it haven't one git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5445 37977431-3df6-0310-b722-df95706aa16b |
||
rm - README.html | [ Diff ] [ File ] | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Team.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/TooltipConsole.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
develop bfbb439e
Timestamp: 2008-02-02 01:40:12 Author: betalord [ Details ] [ Diff ] |
Merged Tobi's code from r5290 (somewhat modified), also did some other minor changes. This commit should make the network code somewhat faster (not sure if it brings any other side effects). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5443 37977431-3df6-0310-b722-df95706aa16b |
||
develop 732667f6
Timestamp: 2008-02-02 00:13:11 Author: tnowell [ Details ] [ Diff ] |
- disabled the autodetect button that doesnt do anything yet - added a playertablepanel class - changed untisync bindings under windows ot use the filepaths git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5442 37977431-3df6-0310-b722-df95706aa16b |
||
develop d9c924e9
Timestamp: 2008-02-01 23:23:02 Author: Auswaschbar [ Details ] [ Diff ] |
* dedicated server builds again * removed unsynced random number generator from GameSetup.cpp git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5441 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Team.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/GameSetup.h | [ Diff ] [ File ] | ||
develop 32953420
Timestamp: 2008-02-01 23:11:06 Author: tnowell [ Details ] [ Diff ] |
- corrected an issue with the options panels where I was changing the components after being notified that they where being while on the event dispatch thread. Now they're changed further in the future in a new event runnable which is much cleaner and faster. - corrected some code that was doign GUI work outside the GUI dispatch thread - fixed TASServer protocol class destruction issues and battles not beign cleared on logout causing doubling up of battles. - changed imports using aflobby.* package rather than specifying the specific classes needed in some classes - corrected an error where extra newlines where inserted into user settings files. - added a startup wizard for setting filepaths on the initial run - updated the aflobbyversion.txt - glest battlemodel was not setting the suer as ingame when they started spring, corrected now - corrected bugs with no discarding of the settings and battlelist controls properly in the main channelview - fixed channels being updated twice in a row incorrectly - removed useless fredrawcounter code - fixed removal of channel view contorl from the main window - removed some unused components - minor channel fixes - removed the my team panel in the battlewindow and the sidepanel JPanel - moved controls to the main tab in the battlewindow such as the colour picker. They now reside inside a panel also containing the playertable - fixed a nullpointer exception bug in the spring battlemodel class involving options - fixed a bug in battlelist where objects wherent disposed of int he OnRemove() function, (more to the point there was no OnRemove function to begin with?!?!?!) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5440 37977431-3df6-0310-b722-df95706aa16b |
||
develop 1a16fae8
Timestamp: 2008-02-01 19:12:58 Author: tnowell [ Details ] [ Diff ] |
- minor mistake git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5439 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Tasks/CLeaveBuildSpotTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp | [ Diff ] [ File ] | ||
develop f4925ab9
Timestamp: 2008-02-01 19:12:37 Author: tnowell [ Details ] [ Diff ] |
- a few minor formatting tweaks - fixed an access violation crash bug by making tasks check if they're still valid, and adding further checks to invalidate tasks when necessary in the constructors git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5438 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/Global.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CConsoleTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CLeaveBuildSpotTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp | [ Diff ] [ File ] | ||
develop 26334b67
Timestamp: 2008-02-01 18:14:56 Author: tnowell [ Details ] [ Diff ] |
- some project filters changed around - CActions update method now processes every 16 not 15 frames, and the creation of the ef integer array is moved to the constructor to speed thigns up a little - event messages are now cached and handed out in Global::Update() instead of being fired out immediatly. A maximum of 15 messages per frame can be processed, throttling the cpu usage of the AI. - because update messages may not arrive on the same frame, a frame variable was added and encapsulated. Some pieces of code nwo use these methods instead of global::GetCurrentFrame() - CMessage objects can now have lifetimes after which they become invalid. Useful for messages that arrive so late they're no longer meaningful - minor whitespace improvements - unitdamaged calls no longer check for valid unit IDs twice, and calls with zero damage or less are now ignored. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5437 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/AI.vcproj | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/CMessage.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/CMessage.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/Global.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/Global.h | [ 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/Actions.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CDGunBehaviour.cpp | [ Diff ] [ File ] | ||
develop 1c0e0702
Timestamp: 2008-02-01 17:28:17 Author: satirik [ Details ] [ Diff ] |
- cups not being refreshed bug fixed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5436 37977431-3df6-0310-b722-df95706aa16b |
||
develop d552e373
Timestamp: 2008-02-01 14:33:20 Author: satirik [ Details ] [ Diff ] |
- new page with ladder cups added in help form - inputbox history updated git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5435 37977431-3df6-0310-b722-df95706aa16b |
||
develop af940d9d
Timestamp: 2008-02-01 13:45:11 Author: satirik [ Details ] [ Diff ] |
- mod and map options moved to a scrollbox git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5434 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6e1d4210
Timestamp: 2008-02-01 11:06:47 Author: tvo [ Details ] [ Diff ] |
* Make doxygen verbose so it doesn't time out on buildbot due to 20 min no output. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5433 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Doxyfile | [ Diff ] [ File ] | ||
develop 7166bbd7
Timestamp: 2008-02-01 01:17:52 Author: tvo [ Details ] [ Diff ] |
* Make ArchiveMover and DemoDumper compile on Linux. (no buildsys yet, but it will come sometime :-)) I think DemoAnalyser and DemoDumper should be merged sometime. * Removed XTA SE changelog, doesn't belong here anymore. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5432 37977431-3df6-0310-b722-df95706aa16b |
||
rm - Documentation/xtachanges.txt | [ Diff ] [ File ] | ||
mod - tools/ArchiveMover/ArchiveMover.cpp | [ Diff ] [ File ] | ||
mod - tools/DemoDumper/DemoDumper.cpp | [ Diff ] [ File ] | ||
develop 9a99f6af
Timestamp: 2008-02-01 00:08:02 Author: satirik [ Details ] [ Diff ] |
- cups data cleared after the html get instead of before to avoid a "no cup displayed" when getting the html git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5431 37977431-3df6-0310-b722-df95706aa16b |
||
develop acc11b53
Timestamp: 2008-01-31 23:41:27 Author: satirik [ Details ] [ Diff ] |
- map hach in sync check removed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5430 37977431-3df6-0310-b722-df95706aa16b |
||
develop bbba337c
Timestamp: 2008-01-31 23:18:56 Author: satirik [ Details ] [ Diff ] |
- cups are now displayed in every battles (not only ladder battles) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5429 37977431-3df6-0310-b722-df95706aa16b |
||
develop b2ab49cc
Timestamp: 2008-01-31 22:50:19 Author: satirik [ Details ] [ Diff ] |
- ladder cup added for 3best players of ladder having at least 15 players and 40battles (cups are refreshed every 2min) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5428 37977431-3df6-0310-b722-df95706aa16b |
||
develop 87d2a5b7
Timestamp: 2008-01-31 18:16:46 Author: Auswaschbar [ Details ] [ Diff ] |
* added .forcestart command git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5427 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/main.cpp | [ Diff ] [ File ] | ||
develop 8bfef831
Timestamp: 2008-01-31 04:10:55 Author: Licho [ Details ] [ Diff ] |
* minor springie tweaks (fixed map/mod download by ID and CA autoupdating) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5426 37977431-3df6-0310-b722-df95706aa16b |
||
develop b5eb346f
Timestamp: 2008-01-30 20:18:44 Author: Auswaschbar [ Details ] [ Diff ] |
* fix singlestep (patch by zizu) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5425 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop 9b99c710
Timestamp: 2008-01-30 17:48:34 Author: Auswaschbar [ Details ] [ Diff ] |
* add warning note to dedicated server git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5424 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/DedicatedServer/main.cpp | [ Diff ] [ File ] | ||
develop 509bca65
Timestamp: 2008-01-30 17:45:02 Author: Auswaschbar [ Details ] [ Diff ] |
* commandlineoption -c forces clientmode when there is a setupscript git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5423 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||