Commit Graph

90 Commits

Author SHA1 Message Date
Mark Vejvoda
e379905942 Added mutex guards around logging 2010-05-01 09:10:52 +00:00
Mark Vejvoda
a911088d39 Trying an experiment with a thread for playing streamed sounds 2010-05-01 04:34:23 +00:00
Mark Vejvoda
5cf84e8a2a win32 compile fixes 2010-04-30 23:30:15 +00:00
Mark Vejvoda
b10bb3c2bc moved common platform code into shared are for win32 projects 2010-04-30 19:01:47 +00:00
Mark Vejvoda
c53ff62c46 Moved most of the code from platform specific platform_util into a shared platform_common area 2010-04-30 18:16:54 +00:00
Mark Vejvoda
4f147b2d89 Added more guards and debug info related to network play 2010-04-29 07:59:44 +00:00
Mark Vejvoda
76c256880e Added win32 version of glob to allow windows clients the ability to do unix like folder traversal 2010-04-28 21:49:03 +00:00
Mark Vejvoda
024f86ce7c Updated compiler settings for windows for floating point stability and performance to match springRTS settings 2010-04-26 06:41:21 +00:00
Mark Vejvoda
55bdbf3dba Updated compiler settings for FPU multiplatform 2010-04-25 08:03:04 +00:00
Mark Vejvoda
b69a6fe6ce Added Linux installer to mega-glest 2010-04-25 03:01:17 +00:00
Mark Vejvoda
f748874601 Ported streflop code to win32 2010-04-24 11:15:15 +00:00
Mark Vejvoda
2bfaa4d1d7 Added streflop (standalone reproducible floating point library) layer to mega-glest (initial checkin only) and changed a few areas to use the library in linux 2010-04-24 03:57:38 +00:00
Mark Vejvoda
071b320940 Updated startup script to link additional libs for 64 bit linux distro's 2010-04-20 02:14:47 +00:00
Mark Vejvoda
4926b966cc Updated linux dependency setup script for new linux build machines to work with Ubuntu 8.04 2010-04-19 05:39:03 +00:00
Mark Vejvoda
e9453ae7d1 Updated version # for current development 2010-04-18 06:01:20 +00:00
Mark Vejvoda
dbe909aa7f Updated Windows Installer script 2010-04-17 00:34:05 +00:00
Mark Vejvoda
5c4dc22be9 Changed ver # in preparation for a new release 2010-04-16 08:31:36 +00:00
Mark Vejvoda
98dedbe0b7 Added a new script to automatically scan and copy shared lib dependencies 2010-04-16 08:08:33 +00:00
Mark Vejvoda
4cf8f079e7 Updated config files with performance and font changes 2010-04-15 14:06:05 +00:00
Mark Vejvoda
f0e798f026 Updates to win32 project files 2010-04-15 13:37:18 +00:00
Titus Tscharntke
86f0b8adb0 ConsoleMaxLinesStored and windows fonts 2010-04-14 21:32:08 +00:00
Mark Vejvoda
0657004da2 Ported debug file locking mechanism to win32 2010-04-13 17:09:49 +00:00
Mark Vejvoda
8c438b812d Some final fixed related to combined cross platform socket code 2010-04-13 07:29:48 +00:00
Mark Vejvoda
da230fc73d Bugfix for LAN autofind servers. Needed to change the way we broadcast UDP so that we do it individually for each NIC's broadcast address. (see: http://stackoverflow.com/questions/683624/udp-broadcast-on-all-interfaces) 2010-04-11 07:12:56 +00:00
Titus Tscharntke
ac6deedd93 fixed the null pointer exception related to font colors while chatting in the menu
setting version to 3.3.4-dev
2010-04-11 00:45:09 +00:00
Mark Vejvoda
a2ffe0c7e7 Updates to win32 project settings and installer script 2010-04-09 08:04:09 +00:00
Mark Vejvoda
d61e7cd4c3 Updated win32 installer to use glest icon for Installer 2010-04-09 02:42:01 +00:00
Mark Vejvoda
5fce51ad00 A new script to compare two different versions of data folders in the release folder and build an archive with ONLY the differences 2010-04-09 00:40:53 +00:00
Titus Tscharntke
be9739cf29 3.3.3 2010-04-08 20:44:34 +00:00
Mark Vejvoda
a71f0d0e7c Bugfixes:
- Allow for load screens for networked clients
- Reworked the font loading for win32 so it will respect font names and sizes
- Disabled Alt-Enter for win32
2010-04-08 01:12:55 +00:00
Titus Tscharntke
d5a55f6a83 fonts can be scaled from options menu and more switches are in glest.ini
helvetica is used for linux
fire fix for blacksmith
persian elephant chaged a little bit for balance ( I think he is still too strong )
2010-04-07 22:20:28 +00:00
Titus Tscharntke
39ea3d4583 setting defaults in glest.ini 2010-04-07 17:19:16 +00:00
Mark Vejvoda
b16b0f00fc Bugfix for release so if the current used resolution string isn't properly detected we add it at the end.
- Updated win32 glest.ini and win32 installer script
2010-04-06 23:50:06 +00:00
Mark Vejvoda
b4e662c886 Updated ver # in preparation for a new release 2010-04-06 20:47:44 +00:00
Mark Vejvoda
436f46fcba Added support for OpenAL in win32 2010-04-06 05:30:22 +00:00
Titus Tscharntke
4c9c10f460 size 16 font fix ( more a hack )
server port is displayed in join/options
ConsoleTimeout in ini raised to 20
2010-04-03 17:17:15 +00:00
Titus Tscharntke
c678d35bdb new glest ini, font handling changed!!!
"dynamic" fonts for linux ( maybe an error fallback should be added in gl_wrap.cpp if font is not available )
better option menu layout
2010-04-01 18:59:05 +00:00
Titus Tscharntke
5ecc84099a fonts
options menu
ingame resolution change ( game restart needed )
everything not really poolished yet!
2010-04-01 00:13:28 +00:00
Mark Vejvoda
2eae390d34 Added ServerPort to code so we actually use its value in code. Removed ServerPort from Configurator to make it more protected from common users 2010-03-31 17:30:12 +00:00
Mark Vejvoda
3b38d143d9 Converted win32 project to use SDL so that more code is shared and cross platform friendly. This fixes the issue with using the mouse to scroll the camera. 2010-03-30 00:27:05 +00:00
Mark Vejvoda
dab5cb840f Added a script for debian based linux distros to pull down required dependencies to build mega-glest 2010-03-28 04:04:44 +00:00
Mark Vejvoda
87e8246c19 Switched the source code release archive builder back to linux friendly format so that file properties are preserved 2010-03-28 02:31:19 +00:00
Titus Tscharntke
52c40e0713 3.3.2-beta1 2010-03-27 22:22:33 +00:00
Mark Vejvoda
eba5aa361c minor project file updates for win32 2010-03-24 16:48:42 +00:00
Mark Vejvoda
cd4abf050d minor project file updates for win32 2010-03-24 16:38:31 +00:00
Mark Vejvoda
e91c15b9e2 Updates to the Win32 projects to link in zlib, libpng, and libjpeg 2010-03-24 10:12:08 +00:00
Titus Tscharntke
ecc39ea911 PolitikerNEU jpg and png support! ( currently linux only ? )
Some little changes where I forgot to integrate the playername
Mousescroll is not longer super fast
2010-03-23 23:32:25 +00:00
Mark Vejvoda
f18c73d371 Added shortcuts to the other tools installed with Mega-Glest 2010-03-23 18:03:26 +00:00
Mark Vejvoda
ae10ab55b2 Added ability to automatically log debug info to a debug logfile (respecting the new read / write configurable path) 2010-03-23 06:57:41 +00:00
Mark Vejvoda
237b76e2f2 Updates to new netplayer code to default the value to the hostname and not crash if the property is missing from glest.ini. Also added new property to configurator 2010-03-23 02:37:41 +00:00