2025-07-31 19:52 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 5973f26e
Timestamp: 2007-12-19 16:43:05
Author: trepan
Details ] Diff ]
* Start using mapSizeX and mapSizeZ


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5065 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/gui_modeltest.lua Diff ] File ]
mod - game/LuaUI/Widgets/minimap_startbox.lua Diff ] File ]
develop 417c2e0a
Timestamp: 2007-12-19 16:38:28
Author: trepan
Details ] Diff ]
* Added mapSizeX and mapSizeZ to the lua Game table


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5064 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaConstGame.cpp Diff ] File ]
develop fc092bd8
Timestamp: 2007-12-19 16:09:49
Author: trepan
Details ] Diff ]
* Added the Spring.GetMapInfo() call-out for the ValidMaps.lua script
(it's slow because the map archive needs to be processed; but I'm adding
it for those rare situations when a map name filter will do most of the
work, and this would just be needed a couple of times)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5063 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 9c34e66e
Timestamp: 2007-12-19 13:50:08
Author: trepan
Details ] Diff ]
* Always update the dynamic line stipple pattern
(wasn't being updated when the minimap was maximized)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5062 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 9eeb1345
Timestamp: 2007-12-19 13:36:17
Author: trepan
Details ] Diff ]
* Make minimap commands work, even when the minimap is below the control panel


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5061 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop f0cef4a6
Timestamp: 2007-12-19 05:31:04
Author: LordMatt
Details ] Diff ]
*Some changes to installer text
*Unneeded CheckVersion Function Commented


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5060 37977431-3df6-0310-b722-df95706aa16b
mod - installer/spring.nsi Diff ] File ]
develop 2883d255
Timestamp: 2007-12-19 05:09:34
Author: tnowell
Details ] Diff ]
- made minimap loading appear faster to the end user by swapping out the old minimap for a loading message until the next minimap has loaded into memory
- fixed the start rectangle drawer not drawing the minimap at the correct scale.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5059 37977431-3df6-0310-b722-df95706aa16b
develop 63cf1045
Timestamp: 2007-12-19 04:47:07
Author: tnowell
Details ] Diff ]
In previous commit:
forgot to mention I incremented the version number and strign to indicate its a wip version
This commit:
Forgot to set the ports when joining too.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5058 37977431-3df6-0310-b722-df95706aa16b
develop 47c0845f
Timestamp: 2007-12-19 04:45:16
Author: tnowell
Details ] Diff ]
- glest support complete
- added glest battle model and battle window classes
- improved multi-engine support
- toast and warning windows are no longer undecorated and use the correct looknfeel colours now
- fixed some errors involving AIs in the spring battlewindow
- fixed AIs teamleader tags not being correct
- fixed AIs file paths not being included
- AI owners are now passed through when teams are re-ordered
- AFLobby now ignores the spring version by default
- AFLobby now only loads unitsync if a non null value is set for the spring path (to prevent glest only users getting unitsync errors)
- default ports are now set according to which engine the battle takes
- added glest and engine combo box selection to the host tab, and mod combobox is now disabled when glest is chosen.
- The player info window has been changed slightly, the playername and status has now been moved into the first tab.
- some functionality refactored out of the battle windows into the battlemodel class
- case insensitive string comparer for sorting has been removed and a better version that handles numbers correctly usign natural sorting has been added. See the files header for credits.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5057 37977431-3df6-0310-b722-df95706aa16b
develop 7757292b
Timestamp: 2007-12-19 04:37:33
Author: tnowell
Details ] Diff ]
- corrected an issue with white borders around the new channel message and globe icons
- cropped excess space from some images
- fixed white corners of the channel close button
- reduced the height of the channel update image to fix an issue reported by zenka
- fixed an issue with the spanner picture that left transparent pixels in the centre that should have been white.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5056 37977431-3df6-0310-b722-df95706aa16b
develop e869d31b
Timestamp: 2007-12-19 02:09:01
Author: kloot
Details ] Diff ]
fix unit restrictions causing a SEGV

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5055 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop 8de1bdd0
Timestamp: 2007-12-18 22:02:23
Author: trepan
Details ] Diff ]
* Added the Spring.GetMapList() call-out to the mod ValidMaps.lua script
* Removed the SMF/SM3 valid map name check


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5054 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop ad9a5d6d
Timestamp: 2007-12-18 20:32:33
Author: trepan
Details ] Diff ]
* Check for the SMF or SM3 map extension

NOTE: Until all lobby clients support the valid map list, there's no guarantee
that a mod will get one of the maps that it specifies. If an unwanted map
is selected, then the script can report an error and lock up, or try to
muddle it's way through any map dependencies it may have. Making the server
"valid map aware" is beyond the scope of today's changes ;-)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5053 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 5fee1fce
Timestamp: 2007-12-18 20:05:29
Author: trepan
Details ] Diff ]
* Better output


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5052 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/test/test.cpp Diff ] File ]
develop 82e8623d
Timestamp: 2007-12-18 20:01:38
Author: trepan
Details ] Diff ]
* Added the following unitsync calls:
int GetModValidMapCount()
const char* GetModValidMapCount(int index)
- Valid maps are listed in the mod's "ValidMaps.lua" file
- A valid map count of 0 means that any map can be used with the mod
- This can be used in concert with LuaRules to setup multi-player scenarios and tutorials


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5051 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/test/test.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 1ade4f11
Timestamp: 2007-12-18 19:07:55
Author: satirik
Details ] Diff ]
- lua option list default value identified by its key instead of its name

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5050 37977431-3df6-0310-b722-df95706aa16b
develop d55b9fe8
Timestamp: 2007-12-18 15:06:41
Author: tvo
Details ] Diff ]
* Fix mismatched new[]/delete



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5048 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/KAIK-0.13/PathFinder.cpp Diff ] File ]
develop 3b029980
Timestamp: 2007-12-18 13:44:24
Author: tvo
Details ] Diff ]
* Make CInfoConsole a CInputReceiver for less special cases in CGame.
* Add a way to specify order when constructing CInputReceiver
* Put CMinimap always on back (closes mantis 0000340)
* Remove lots of unneeded #include "InfoConsole.h", or replace with
#include "LogOutput.h"



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5047 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.h Diff ] File ]
mod - rts/Game/UI/InputReceiver.cpp Diff ] File ]
mod - rts/Game/UI/InputReceiver.h Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseCursor.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.cpp Diff ] File ]
mod - rts/System/FPUCheck.h Diff ] File ]
develop a0d340e0
Timestamp: 2007-12-18 13:36:29
Author: satirik
Details ] Diff ]
"Hitting the up arrow multiple times to repost old messages is broken." fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5046 37977431-3df6-0310-b722-df95706aa16b
develop 2149e235
Timestamp: 2007-12-18 12:56:55
Author: tvo
Details ] Diff ]
* Be more flexible when matching zip version number.
(patch by malric, closes mantis 0000707)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5045 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/config.py Diff ] File ]
develop 05d554f1
Timestamp: 2007-12-18 10:35:02
Author: KDR_11k
Details ] Diff ]
* made StartBuilding measure the pitch from the center of the unit instead of the base to deal with units with large vertical offset (Peet asked for it).

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5044 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
develop fcd48d83
Timestamp: 2007-12-18 05:58:44
Author: LordMatt
Details ] Diff ]
*uninstall entries for MSVCR71.dll and MSVCP71.dll added back in


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5043 37977431-3df6-0310-b722-df95706aa16b
mod - installer/sections/main.nsh Diff ] File ]
develop 825d44bb
Timestamp: 2007-12-18 05:20:45
Author: LordMatt
Details ] Diff ]
*Include Sections.nsh
*Deselect mods BA and XTA by default
*Deselect 1v1 and teamplay mappacks by default
*Expand maps and mods groups by default
*Stop building updater installer


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5042 37977431-3df6-0310-b722-df95706aa16b
mod - installer/make_test_installer.sh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop 411c255e
Timestamp: 2007-12-18 04:23:31
Author: LordMatt
Details ] Diff ]
*Revert 4962: msvcr71.dll required by TASClient
*Commented a function


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5041 37977431-3df6-0310-b722-df95706aa16b
mod - installer/sections/main.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop a0803369
Timestamp: 2007-12-17 22:04:10
Author: satirik
Details ] Diff ]
lua options name label width increased

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5040 37977431-3df6-0310-b722-df95706aa16b
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 875 876 877 878 879 880 881 ... 990 ... 1057 1058 1059  Next  Last