Mark Vejvoda
b95e2247cd
- moved map render logic into a shared base class
2010-09-14 06:02:35 +00:00
Mark Vejvoda
0f5cd740a6
- moved game map entity into a shared source file in shared lib, which is now shared by the main game and the map editor
2010-09-14 00:43:09 +00:00
Mark Vejvoda
f373a7f9bb
- bugfix for cell bad cell management in map preview
2010-09-13 23:10:29 +00:00
Titus Tscharntke
40489e0687
- map with different width and height are shown the right way
...
- maps which are too big/too small are resized to fit
- Ressources/objects are only rendered when fog of war is switched off
- static size for the preview
2010-09-13 23:00:20 +00:00
Mark Vejvoda
c295697aba
- added map preview on custom game menu
2010-09-12 05:05:08 +00:00
Mark Vejvoda
52916bdc6e
- added support for random faction selection
2010-09-11 08:09:33 +00:00
Mark Vejvoda
350d658ceb
- updated network menus to hide player rows that are not applicable to the map selected
...
- added new visible property to graphical controls
2010-09-11 06:08:50 +00:00
Mark Vejvoda
6a24ca3ad0
- completed screen UI work. F11 will save current menu UI config to ini file, F5 will cause a reload of INI realtime
2010-09-09 21:07:39 +00:00
Mark Vejvoda
cf5b085b2e
- added ability to override UI placement for connected and custom menus
2010-09-08 22:37:24 +00:00
Titus Tscharntke
716849030e
cleanup menu layout ...
2010-09-04 11:49:54 +00:00
Mark Vejvoda
90a60dce3e
- implemented advanced features button
2010-09-04 01:50:36 +00:00
Mark Vejvoda
fba29d3002
- added new menu option to toggle on / off observers
2010-09-04 01:24:17 +00:00
Titus Tscharntke
939bd9b5e3
language key changed
2010-09-04 00:44:53 +00:00
Mark Vejvoda
e93ac6d756
- changed observer faction to use a special team # and fog of war is auto turned off for this special team #.
2010-09-04 00:32:56 +00:00
Titus Tscharntke
f101d12da6
toggle of music in custom menu while waiting for players
2010-09-03 23:15:42 +00:00
Mark Vejvoda
358d61aa38
- first attempt to add a special builtin Observer faction to allow people to observe games
2010-09-03 07:12:40 +00:00
Mark Vejvoda
6c30b387ec
- fixed timing debug perf stats in menu
2010-09-02 22:17:14 +00:00
Mark Vejvoda
534df002ba
- added more perf timings to menus
2010-09-02 21:40:43 +00:00
Mark Vejvoda
f5711b0949
2010-09-02 13:53:23 +00:00
Titus Tscharntke
57f7ffe555
cleand up the menu again and fixed a bug with map filter
2010-09-01 23:15:08 +00:00
Mark Vejvoda
ab42ca7ace
- added new commandline option to auto-load a scenario:
...
--load-scenario=x
- added support for a special faction preview texture when faction preview is enabled
2010-09-01 06:05:28 +00:00
Titus Tscharntke
f07cbb13ad
just a small change so that "all" is not needed in the language file
2010-09-01 00:25:46 +00:00
Mark Vejvoda
f727c383b2
- fixed bug with server unable to start a game (sorry everyone)
...
- made faction texture preview an ini option: FactionPreview=true
2010-08-31 20:31:20 +00:00
Mark Vejvoda
6ce69a1e0b
- added new messagebox prompt on server when data synch check enabled and data is different we stop the server from launching the game.
...
- added faction preview texture when users change their faction selection
2010-08-31 06:38:27 +00:00
Mark Vejvoda
6c9b8afc81
- bugfix for mapfilter when saved game does not have index
2010-08-30 21:06:43 +00:00
Titus Tscharntke
13173788da
mapFilter
2010-08-30 20:02:58 +00:00
Mark Vejvoda
792150e3dd
- moved the hard coded M (more chat text) hotkey to use the already defined hotkey in glestuser.ini
2010-08-28 01:52:57 +00:00
Titus Tscharntke
4ef61fc85e
menu layout changed, added 2 new feature switches for custom menu ( non functional only dummys yet )
2010-08-27 23:08:35 +00:00
Mark Vejvoda
eb9b5a4ec6
- bigfixes for game data check
2010-08-26 23:45:29 +00:00
Mark Vejvoda
90f66d99bf
- updated game data checks display on server
2010-08-26 23:14:55 +00:00
Mark Vejvoda
f3278c3cf3
- bugfixes for stack overflow issue (static array size too large causing chkstk errors)
2010-08-26 19:01:44 +00:00
Mark Vejvoda
0509b5d643
- bugfixes for playername change in lobby screen
2010-08-23 04:33:21 +00:00
Mark Vejvoda
bf5f6b7f33
- experimental support for idenitfying specific game data which is out of synch with the server.
2010-08-22 08:00:05 +00:00
Mark Vejvoda
455876a3c0
- added the ability to change your playername from the game lobbies inline
2010-08-21 13:04:52 +00:00
Mark Vejvoda
6530600516
-- intial work to add network playername inline editing in lobby (partially done for server player so far)
2010-08-21 07:41:26 +00:00
Mark Vejvoda
d69fbc6925
- more NULL checking for safer execution
...
- added safer mutex guards in custom game menu
2010-08-20 22:42:26 +00:00
Mark Vejvoda
09f7eecf06
- fix a thread synch issue in the custom game menu
2010-08-20 21:06:20 +00:00
Mark Vejvoda
7df6d2bc16
- added version string display for network lobbies
2010-08-05 05:58:14 +00:00
Mark Vejvoda
4ba4b756c8
- updated client connect screen to display new game options as set from the server
2010-08-04 23:39:12 +00:00
Mark Vejvoda
bca03b0c0c
- initial changes to support multiple path finders
2010-07-21 18:21:40 +00:00
Mark Vejvoda
a3ec4650c4
- moved pause for lagged clients option to custom game menu
...
- bugfix to ignore 0.* ip addresses
2010-07-16 16:53:19 +00:00
Mark Vejvoda
031bfd2f60
- added LAN IP in custom Menu
...
- Updated readme and other text files with more accurate info (thanks Tomreyn)
- Disabled ability to zoom out when game is over if in a network game (creates to much LAG and instability)
2010-07-10 06:14:31 +00:00
Mark Vejvoda
af6eb0d1e6
- bugfix for new custom ping msg
2010-07-09 18:02:31 +00:00
Mark Vejvoda
0d7d0e139d
- updated disconnect checking to include a timeout check for our custom ping
2010-07-09 17:12:57 +00:00
Mark Vejvoda
ab655162cb
- added more bug fixes related to network disconnects.
...
- Added a new global message box to display error messages on top of any graphics window being displayed.
2010-07-08 08:29:51 +00:00
Mark Vejvoda
718d22df95
- updated to fully support customized external port assignments for users firewalls
2010-07-03 10:53:13 +00:00
Mark Vejvoda
009e6f07e5
- added initial ability for servers to publish an external port for use with internet games. This is in case we must use soft-haus.com which will work with only a few outgoing port numbers.
...
*NOTE: This update add's a new field to the PHP / mysql scripts.
2010-07-03 10:06:31 +00:00
Mark Vejvoda
ae8e8a71f2
- some minor fixes to non standard port display text
2010-07-03 09:14:58 +00:00
Mark Vejvoda
aa0db2c0f0
- network code bugfixes.
...
- More checking for disconnect and proper handling of those cases
- Changed battle end screen to exit via mouse click on exit button (or press ESC)
- Removed display of unused ping output
- added more error handling debug output of the mystical unknown error caught in window.cpp to track it down better if it happens again
2010-07-02 02:50:20 +00:00
Mark Vejvoda
9508dad51b
- network related bugfixes:
...
menu slowdown when picking network slots
clients can once again change network slots
performance fixes for network receiving
2010-06-29 06:50:35 +00:00