Changesets: spring
develop b3dcceed
Timestamp: 2007-12-27 21:27:38 Author: tnowell [ Details ] [ Diff ] |
- added more map info and starting positions git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5140 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync_cacher/test.cpp | [ Diff ] [ File ] | ||
develop df6dc7dd
Timestamp: 2007-12-27 20:39:55 Author: tnowell [ Details ] [ Diff ] |
- added basic support for SETSCRIPTTAGS, however it only handles what the deprecated UPDATEBATTLEDETAILS handled, no custom values as of yet - minor cleanup of code formatting and whitespace/comments in battle window class - fixed an error in glest support with bad parameters when starting glest - some minor refactor to side names git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5139 37977431-3df6-0310-b722-df95706aa16b |
||
develop 63f2b342
Timestamp: 2007-12-27 18:04:15 Author: satirik [ Details ] [ Diff ] |
nickname added to taskbar caption too git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5138 37977431-3df6-0310-b722-df95706aa16b |
||
develop 3ec2cc76
Timestamp: 2007-12-27 17:49:31 Author: satirik [ Details ] [ Diff ] |
Nickname added to main form caption while connected git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5137 37977431-3df6-0310-b722-df95706aa16b |
||
develop 97a2d989
Timestamp: 2007-12-27 17:36:34 Author: tnowell [ Details ] [ Diff ] |
- moved cache files to the lobby folder - data is cached to maps.js index.js and modname.version.js each holding their own respective data of the necessary detail - formatting corrections - added more data especially for mods git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5136 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync_cacher/test.cpp | [ Diff ] [ File ] | ||
develop 777bf8de
Timestamp: 2007-12-27 16:45:16 Author: tvo [ Details ] [ Diff ] |
* Minor code simplifications. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5135 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaOpenGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
develop 6978a786
Timestamp: 2007-12-27 16:42:12 Author: tvo [ Details ] [ Diff ] |
* Made mmgr thread safe, so it's actually usable. (What seemed like memory corruption on earlier runs was caused by multiple threads simultaneously accessing mmgr) It may or may not compile on MSVC: I used the __thread keyword for Thread Local Storage. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5134 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/mmgr.cpp | [ Diff ] [ File ] | ||
develop 544b5ccd
Timestamp: 2007-12-27 13:59:09 Author: Auswaschbar [ Details ] [ Diff ] |
* send more but smaller UDP-packets to work around stuttering units bug git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5133 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
develop 999b7185
Timestamp: 2007-12-27 13:52:23 Author: betalord [ Details ] [ Diff ] |
typos git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5132 37977431-3df6-0310-b722-df95706aa16b |
||
develop 92ee05e3
Timestamp: 2007-12-27 13:40:05 Author: Auswaschbar [ Details ] [ Diff ] |
Demo related changes: * start CGameServer with map, mod and script argument (just like if there would be no demo) * local (non-hosted) demos can be started by pressing return (just like non-hosted normal games) * added function to CPreGame to discover map and mod from a demofile without a gameSetupScript git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5131 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 ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.h | [ Diff ] [ File ] | ||
develop e8c61e8f
Timestamp: 2007-12-27 01:22:10 Author: betalord [ Details ] [ Diff ] |
updated log search functions to use database git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5130 37977431-3df6-0310-b722-df95706aa16b |
||
develop cc90679b
Timestamp: 2007-12-26 23:02:48 Author: Auswaschbar [ Details ] [ Diff ] |
* dedicated server updated git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5129 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/Net.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/GameServer.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/GameServer.h | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/main.cpp | [ Diff ] [ File ] | ||
develop 7635083f
Timestamp: 2007-12-26 21:54:14 Author: Auswaschbar [ Details ] [ Diff ] |
* fix local demo playback (delay 0.5s before starting playback) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5128 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop b9fabbf9
Timestamp: 2007-12-26 21:13:17 Author: tvo [ Details ] [ Diff ] |
* Fix no newline at end of file warnings using tools/scripts/NewlineFixer.sh git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5127 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/AAI/AAIAirForceManager.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIExecute.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAISector.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/CBuildingPlacer.h | [ Diff ] [ File ] | ||
develop cc788b89
Timestamp: 2007-12-26 20:04:50 Author: Auswaschbar [ Details ] [ Diff ] |
* fix SEGFAULT introduced in last revision git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5126 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 2181985b
Timestamp: 2007-12-26 20:02:51 Author: betalord [ Details ] [ Diff ] |
fixed the last of mysql syntax errors git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5125 37977431-3df6-0310-b722-df95706aa16b |
||
develop dff4455f
Timestamp: 2007-12-26 17:20:33 Author: betalord [ Details ] [ Diff ] |
another bug with mysql syntax fixed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5124 37977431-3df6-0310-b722-df95706aa16b |
||
develop befb7ac6
Timestamp: 2007-12-26 17:03:56 Author: betalord [ Details ] [ Diff ] |
fixed bug with invalid sql syntax (tables must not have "." chars in their names) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5123 37977431-3df6-0310-b722-df95706aa16b |
||
develop 3d549f5d
Timestamp: 2007-12-26 16:49:24 Author: LordMatt [ Details ] [ Diff ] |
*Update Charlie in the Hills to New Version *Add Barren to 1v1 map pack git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5122 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/1v1maps.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/sectiondesc.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/teammaps.nsh | [ Diff ] [ File ] | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
develop ccbf8549
Timestamp: 2007-12-26 16:40:35 Author: betalord [ Details ] [ Diff ] |
fixed bug with registering channels with invalid names git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5121 37977431-3df6-0310-b722-df95706aa16b |
||
develop cfe47d3f
Timestamp: 2007-12-26 16:12:42 Author: LordMatt [ Details ] [ Diff ] |
*Replace SideBanner.bmp with nicer version by Satirik git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5120 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/graphics/SideBanner.bmp | [ Diff ] [ File ] | ||
develop 49de7c44
Timestamp: 2007-12-26 15:42:24 Author: betalord [ Details ] [ Diff ] |
fixed bug with bot not connecting to a database git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5119 37977431-3df6-0310-b722-df95706aa16b |
||
develop b6e9d6bc
Timestamp: 2007-12-26 15:35:38 Author: Auswaschbar [ Details ] [ Diff ] |
* fix random startpos when spectators are watching git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5118 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop d2eb4083
Timestamp: 2007-12-26 15:35:13 Author: LordMatt [ Details ] [ Diff ] |
*Fix SD7 to SDZ filename change for s44 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5117 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/s44.nsh | [ Diff ] [ File ] | ||
develop 2f19ec06
Timestamp: 2007-12-26 15:23:11 Author: LordMatt [ Details ] [ Diff ] |
*Update filesize for s44 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5116 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/sectiondesc.nsh | [ Diff ] [ File ] | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||