2025-08-23 04:04 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 7514d92c
Timestamp: 2006-12-25 20:26:17
Author: hollow
Details ] Diff ]
UnityLobby:- Restored Ability to save options again
There is a default Player Name stored in profile used for offline games
For online games UserName for Lobby Server u are connectted to is used


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2954 37977431-3df6-0310-b722-df95706aa16b
develop 0849a35e
Timestamp: 2006-12-25 18:10:51
Author: hollow
Details ] Diff ]
UnityLobby:- Partial Fix for Creating Fix


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2953 37977431-3df6-0310-b722-df95706aa16b
develop 3fab24a7
Timestamp: 2006-12-25 13:06:36
Author: hollow
Details ] Diff ]
UnityLobby:- Finished Code for detecting if spring is alive / dead
Added faded out GUI for Battle Window, while spring is running


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2952 37977431-3df6-0310-b722-df95706aa16b
develop 4542c4af
Timestamp: 2006-12-25 10:52:49
Author: hollow
Details ] Diff ]
UnityLobby:- Changed Battle Threading Class
note - UnityLobby unable to tell if spring has turned zombie


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2951 37977431-3df6-0310-b722-df95706aa16b
develop e76f5faf
Timestamp: 2006-12-24 20:42:22
Author: hollow
Details ] Diff ]
UnityLobby:- More Code cleaning & removed some imports not needed
New threading class for launching spring. Still needs work for gui
features


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2950 37977431-3df6-0310-b722-df95706aa16b
develop 032890df
Timestamp: 2006-12-24 18:19:06
Author: hollow
Details ] Diff ]
UnityLobby:- Fixed Bug when joining a Battle


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2949 37977431-3df6-0310-b722-df95706aa16b
develop 42b2d94a
Timestamp: 2006-12-24 17:40:12
Author: hollow
Details ] Diff ]
UnityLobby:- Added displaying Lobby Preferences -> Add Lobby Server.
When user tries to connect to lobby server & doesnt have lobby server
account setup


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2948 37977431-3df6-0310-b722-df95706aa16b
develop 02a34ee2
Timestamp: 2006-12-24 16:02:35
Author: hollow
Details ] Diff ]
UnityLobby:- Fixed minor bugs
Changed where UnityLobby stores Lobby Colors, now in profile
Added Support where UnityLobby saves Lobby Preferences Window size


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2947 37977431-3df6-0310-b722-df95706aa16b
develop 5c2a5239
Timestamp: 2006-12-24 14:03:26
Author: hollow
Details ] Diff ]
UnityLobby: More Code Cleanup
Bug fixes in Lobby Code
Add support for saving Lobby Window Size


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2946 37977431-3df6-0310-b722-df95706aa16b
develop 32192003
Timestamp: 2006-12-24 12:12:12
Author: hollow
Details ] Diff ]
UnityLobby: Added Support for saving Battle Window Sizes


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2945 37977431-3df6-0310-b722-df95706aa16b
develop 19bf87ae
Timestamp: 2006-12-24 11:53:03
Author: trepan
Details ] Diff ]
* Correct the sensor range mismatch cause by quantization



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2944 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop 779f67db
Timestamp: 2006-12-24 11:12:37
Author: trepan
Details ] Diff ]
* Whitespace


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2943 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop ff4af237
Timestamp: 2006-12-24 11:10:41
Author: trepan
Details ] Diff ]
* Another glBallisticCircle() replacement



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2942 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop b2bdfd66
Timestamp: 2006-12-24 10:56:44
Author: hollow
Details ] Diff ]
UnityLobby: Minor Code Cleanup of client/Battle.py


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2941 37977431-3df6-0310-b722-df95706aa16b
develop c13f0466
Timestamp: 2006-12-24 10:29:26
Author: trepan
Details ] Diff ]
* Improved 'pointedAt' selection behaviour when the mouse is in the minimap

* Added the following colors to cmdcolors.txt, as well as to
the display of units being built, and the unit being pointed at:
rangeRadar
rangeSonar
rangeSeismic
rangeJammer
rangeSonarJammer

* Improved the rendering speed for circles drawn in the minimap
via the unit command queues and from GuiHandler::DrawMapStuff()

* Changed the default MiniMapDrawCommands state to 1
(a MiniMapDrawCommands state of 2 is the same as 1, but will also
draw attack ranges for mobile units on the minimap)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2940 37977431-3df6-0310-b722-df95706aa16b
mod - game/cmdcolors.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/CommandColors.cpp Diff ] File ]
mod - rts/Game/UI/CommandColors.h Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.h Diff ] File ]
mod - rts/Rendering/GL/glExtra.cpp Diff ] File ]
mod - rts/Rendering/GL/glExtra.h Diff ] File ]
mod - rts/Sim/Path/PathFinder.cpp Diff ] File ]
develop 41d65b69
Timestamp: 2006-12-24 09:35:49
Author: hollow
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2939 37977431-3df6-0310-b722-df95706aa16b
develop c466d0a2
Timestamp: 2006-12-24 06:20:52
Author: trepan
Details ] Diff ]
* Draw the elements from GuiHandler::DrawMapStuff() in the minimap
(selection areas, selection rectangles, move fronts, attack ranges,
build ranges, kamikaze ranges, etc...)

* LuaUI DrawScreenItems() will now be called even when commands[] is empty

* Bumped the default limit for move fronts to 1000000
(doesn't much matter; afaict, it isn't used except for drawing)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2938 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Rendering/GL/glExtra.cpp Diff ] File ]
mod - rts/Rendering/GL/glExtra.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
develop 2af72086
Timestamp: 2006-12-23 06:22:52
Author: trepan
Details ] Diff ]
* More return voids


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2937 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/AirCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp Diff ] File ]
develop aab14f28
Timestamp: 2006-12-23 01:15:21
Author: tvo
Details ] Diff ]
* Fix bug in patch by ILMTitan of mantis 324 (mobile units getting stuck in ground attack commands).
* Fix typos and void returns.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2936 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
develop 9f85320e
Timestamp: 2006-12-22 23:23:49
Author: Licho
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2935 37977431-3df6-0310-b722-df95706aa16b
develop 93668e48
Timestamp: 2006-12-22 22:28:31
Author: betalord
Details ] Diff ]
rewrote command sending interface to allow sending command IDs in some future version

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2934 37977431-3df6-0310-b722-df95706aa16b
develop 25d4ea2d
Timestamp: 2006-12-22 22:26:52
Author: betalord
Details ] Diff ]
added GpIFF.pas

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2933 37977431-3df6-0310-b722-df95706aa16b
develop 5136fa23
Timestamp: 2006-12-22 22:21:34
Author: betalord
Details ] Diff ]
Initial import. Add partial replacement for the C's trinary ?: operator

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2932 37977431-3df6-0310-b722-df95706aa16b
develop 00ffd396
Timestamp: 2006-12-22 18:12:07
Author: hughperkins
Details ] Diff ]
- fixed line parsing bug (patch from AF)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2931 37977431-3df6-0310-b722-df95706aa16b
develop 6cdb8613
Timestamp: 2006-12-22 17:49:32
Author: hughperkins
Details ] Diff ]
- added gtksharpglue-2.dll

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2930 37977431-3df6-0310-b722-df95706aa16b
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 957 958 959 960 961 962 963 ... 990 ... 1057 1058 1059  Next  Last