Mark Vejvoda
ebc130f526
- added a few new chinese fonts and changed default to a new font
...
- fixed location of player title in menus
- added better ftgl error checking
2011-10-03 04:49:52 +00:00
Mark Vejvoda
ec2963808a
- fixed alignment of UI controls and changed default english font
2011-10-02 02:32:20 +00:00
Mark Vejvoda
75e73ec85d
- headless mode now properly uses selected slot of player
2011-10-01 08:04:30 +00:00
Mark Vejvoda
77a2fa7d48
- getting fanatical about memory cleanup so that valgrind output is more useful
2011-09-30 23:55:07 +00:00
Mark Vejvoda
3bec8d3300
- compile bugfix
2011-09-28 15:34:03 +00:00
Mark Vejvoda
43ed4553ea
- more memory cleanup and thread cleanup (found using valgrind)
2011-09-28 15:32:57 +00:00
Mark Vejvoda
2a86cb4f7d
- added support for proper quiting and console input/output in headless mode. Type: quit followed by return into the console to properly shutdown in headless mode.
2011-09-27 10:16:09 +00:00
Mark Vejvoda
f5c7eff49c
- more bugfixes for headless server mode, attempt to fix crash when switching info fast and avoid render on battle end on server.
2011-09-26 04:50:13 +00:00
Mark Vejvoda
26d0b71bd5
- turn off mouse and keyboard in headless mode
2011-09-26 04:26:44 +00:00
Mark Vejvoda
9cd6355733
- some bugfixes for headless mode:
...
- don't render anything
- disable sounds in headless mode
(still need to add code to see if we can avoid loading models and graphics to make memory usage much smaller)
2011-09-25 23:57:42 +00:00
Mark Vejvoda
b6dd5e266b
- hardening the masterserver mode:
...
1. missing maps, techs and tilesets should no longer crash the server and server will revert to last valid value for each (server must have the data)
2. clients now get truly unique session id's which fixes client admin mode when connecting to masterserver
2011-09-25 05:38:35 +00:00
Mark Vejvoda
da57a589ba
- more progress on masterserver, now the masterserver does not take a slot!
2011-09-24 21:07:15 +00:00
Mark Vejvoda
4df997d0ca
- initial work for a headless server. Currently this code allows you to launch a server with the commandline option: --masterserver-mode
...
The first client that connects to the server is the administrator and is able to change most settings and launch the game. Still lots of work to do but this is a start.
2011-09-24 07:46:56 +00:00
Mark Vejvoda
7d53df698a
- added new in-game popup menu and new ability to switch teams in game (turned off by default in advanced settings)
2011-09-21 06:51:28 +00:00
Mark Vejvoda
8f0db3e30d
- added new commandline option --map-preview=x where x is the mapname (without extension)
2011-09-16 00:34:14 +00:00
Mark Vejvoda
b8a8e3b519
- bugfix to close empty slots on game start
2011-09-10 01:45:34 +00:00
Mark Vejvoda
56a384e365
- bugfix when reloading saved settings and item doesn't exist in listbox (thanks tomryen)
2011-09-07 16:55:49 +00:00
Mark Vejvoda
0bbe34deee
- added some missing translatable strings (thanks again uncle)
...
PublishDisabled= (disabling publish)
UnitType=Unit type:
2011-09-02 16:18:37 +00:00
Mark Vejvoda
e44170ea00
- bugfixes for lobby UI when map changes and player index is invalid
2011-09-02 00:08:35 +00:00
Mark Vejvoda
0a2c929fea
- attempt #1 to support 'keeping' connected clients in the lobby when the map changes and slots would normally disconnect
2011-09-01 21:54:31 +00:00
Mark Vejvoda
bb68106912
- phase 3 of cppcheck verbose fixes
2011-09-01 18:08:56 +00:00
Mark Vejvoda
d44959d69c
- phase 1 of cppcheck verbose fixes
2011-08-31 23:10:43 +00:00
Mark Vejvoda
8bbf398e70
- attempt to bugfix weird map preview for ColdfusionStorm
2011-06-28 23:49:45 +00:00
Mark Vejvoda
f5b15bd402
- bugfix for filtering out non printable keys
2011-06-28 01:25:14 +00:00
Mark Vejvoda
945c2aa66b
- some font bugfixes (use proper fonts in menus and also proper spacing in console)
2011-06-28 00:51:13 +00:00
Mark Vejvoda
aa677cfc97
- attempt to NOT convert to utf8 twice
2011-06-26 03:38:28 +00:00
Mark Vejvoda
4b6bc7a4a7
- loads of changes in order to prepare for better input (not using char but SDLKey instead)
2011-06-26 01:55:08 +00:00
Titus Tscharntke
d246a08a6d
switch for rain/snow ; multipliers visible ; server can set his state too
2011-06-20 23:48:22 +00:00
Mark Vejvoda
c808a5661a
- added freetype2 / FTGL support
2011-06-06 21:38:25 +00:00
Mark Vejvoda
e221011af2
- bugfixes so that the mingw compile builds
2011-05-24 22:51:45 +00:00
Mark Vejvoda
60b8093f5b
- attempt to get non ascii file paths working in megaglest (Japanese etc...)
2011-05-18 21:49:11 +00:00
Mark Vejvoda
5d743f38db
- changed Internet and Game lobby to display svn rev# instead of compile date/time
2011-04-30 01:05:53 +00:00
Mark Vejvoda
508be10d15
- show crc message prompt if either allow data synch flags are enabled
2011-04-27 22:51:44 +00:00
Mark Vejvoda
1f3d97dbe1
- fixed strange messagebox display (was caused by map preview renderer setting glLineWidth to 14 and never resetting afterwards)
2011-04-24 05:39:13 +00:00
Mark Vejvoda
68a906ab2a
- fix crc check so it does not add special faction names (like random, etc)
2011-04-24 04:31:39 +00:00
Mark Vejvoda
b180581bf8
- bugfix for disabling hotkeys when in menu's and editing text in a field
2011-04-20 16:25:16 +00:00
Mark Vejvoda
6967f23a92
- if error during reload saved settings, restore original settings (to avoid corrupted game settings not matching the UI). Discovered after renaming romans_beta to romans and faction not found when restoring saved settings
2011-04-19 22:53:37 +00:00
Mark Vejvoda
8c5a758f8d
- attempt to force crc refresh for server user if there is an invalid crc value in the cache somehow
2011-04-18 23:48:37 +00:00
Mark Vejvoda
05847617e6
- bugfix to get proper factions for faction listing in menus (ignore files and look only at folders)
...
- split apart crc mismatch faction names if string too long
2011-04-18 02:22:26 +00:00
Mark Vejvoda
b897611a6b
- bugfix for mixed up username when changing map and human player's slot is changed.
2011-04-14 16:04:42 +00:00
Mark Vejvoda
1858240879
- inspired by brazil boy. added a temp block feature for server player to temp block players from the current game in the lobby
2011-04-13 04:04:08 +00:00
Mark Vejvoda
05a61ec619
- client connected menu now uses same rendering as custom game menu for map preview (resulting in better fps there)
2011-04-13 01:11:23 +00:00
Mark Vejvoda
9cb1cd7bc8
- bugfixes related to multi-language text messaging
2011-04-05 20:19:25 +00:00
Mark Vejvoda
4a27e75891
- initial work to support multi-language text messages
2011-04-05 18:39:47 +00:00
Mark Vejvoda
ebbdf2d2c2
- by default route planner is disabled for release, need to add the following to the ini to get it to show up:
...
EnableRoutePlannerPathfinder=true
2011-04-05 05:49:04 +00:00
Titus Tscharntke
5cd4824c94
default techtree and map ( if available ) , jpg default for screenshots
2011-04-04 23:11:59 +00:00
Mark Vejvoda
6a35db6031
- do not render player status for closed slots
2011-04-04 05:06:22 +00:00
Mark Vejvoda
d4d250f2b6
- more efficient handling of faction CRC calc in menus
2011-04-03 07:09:54 +00:00
Mark Vejvoda
acbb11b327
- bugfix for tileset crc calc (was cached and did not always update the cached value)
2011-03-31 23:26:32 +00:00
Mark Vejvoda
438bedd4fa
- now show scenario logo files when user selects a scenario with a loading screen
2011-03-30 22:14:51 +00:00