Mark Vejvoda
|
1e077512d8
|
- Added ability to disable sound for poor users with non-functional sound
|
2010-07-16 06:35:22 +00:00 |
|
James McCulloch
|
bdd4f306f4
|
* added GAE path finder (SearchEngine and friends)
* some small changes to Unit, UnitType, Vec2<> & Map needed for the new path finder
* compiles, but not hooked up yet, old PathFinder still in use
|
2010-07-11 18:31:02 +00:00 |
|
Mark Vejvoda
|
15ee2da57f
|
- modified icons to properly work with windows (bothh ico files and vc++ projeect files etc)
|
2010-06-25 22:04:40 +00:00 |
|
Mark Vejvoda
|
247cf32531
|
- Removed yet another platform specific remanant no longer required (win32 threads) since we use sdl threads
|
2010-05-08 09:40:25 +00:00 |
|
Mark Vejvoda
|
3547276699
|
- added a special thread to calculate interpolation to try to improve performance
|
2010-05-08 09:06:30 +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
|
cc08074acf
|
more caching and bug fixes for data synch compare
|
2010-04-29 08:36:37 +00:00 |
|
Mark Vejvoda
|
805015fd83
|
Updates to cache CRC values and folder traversal lookup
|
2010-04-29 06:10:51 +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
|
8c438b812d
|
Some final fixed related to combined cross platform socket code
|
2010-04-13 07:29:48 +00:00 |
|
Mark Vejvoda
|
2c9b6ea3ee
|
Ported bugfix to win32
|
2010-04-12 21:54:47 +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 |
|
Mark Vejvoda
|
203d37bb6f
|
Added status update for LAN server searching and guard against people who click find like mad.
|
2010-04-11 04:29:23 +00:00 |
|
Mark Vejvoda
|
63743aeedb
|
Added more error condition checks and re-throw runtime_error in SDL event handler so we get a nice messagebox in the game
|
2010-04-09 07:44:23 +00:00 |
|
Titus Tscharntke
|
e290b6db82
|
resolution switch for windows fixed ( hopefully )
|
2010-04-07 16:38:14 +00:00 |
|
Mark Vejvoda
|
9a2b958869
|
bugfix for ctrl + # grouping of units in win32
|
2010-04-06 14:25:00 +00:00 |
|
Mark Vejvoda
|
436f46fcba
|
Added support for OpenAL in win32
|
2010-04-06 05:30:22 +00:00 |
|
Mark Vejvoda
|
18249c02bd
|
- Some changes to try to reload textures for win32 when doing alt-enter
- Added better logging and guards in sound and socket classes
|
2010-04-04 04:14:27 +00:00 |
|
Mark Vejvoda
|
a0c0be4d65
|
Some bug fixes related to file transfer code and user folders
|
2010-04-03 04:30:28 +00:00 |
|
Mark Vejvoda
|
e56ce605db
|
Ported latest linux changes to win32
|
2010-04-03 02:28:49 +00:00 |
|
Mark Vejvoda
|
c8019116c5
|
Slight change to use receiver's IP address instead of manufactured packet info
|
2010-04-03 02:21:04 +00:00 |
|
Mark Vejvoda
|
8cf77f1b8a
|
Ported LAN auto-connect feature to win32
|
2010-04-02 03:06:27 +00:00 |
|
Mark Vejvoda
|
05a031cc0e
|
Attempt to fix the retrieval of supported video resolutions
|
2010-04-01 16:23:25 +00:00 |
|
Mark Vejvoda
|
6c92f188b6
|
Ported auto-discover LAN connect to win32
|
2010-04-01 07:46:14 +00:00 |
|
Mark Vejvoda
|
0bcb710606
|
Added auto-discovery of LAN servers using UDP broadcast. (for now the client must press the A key from the join menu to trigger this)
|
2010-04-01 06:31:10 +00:00 |
|
Mark Vejvoda
|
a74fa24001
|
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:25:35 +00:00 |
|
Mark Vejvoda
|
cda368b96c
|
Added logic to NOT trigger camera mousemove if keyboard has a key pressed so you can scroll with keys and still move mouse simultaneously
|
2010-03-27 21:32:33 +00:00 |
|
Mark Vejvoda
|
2ce421e06c
|
- disabled mouse revert in win32 as it doesn't seem to work properly (screen freezes while dragging)
- changed the mouse cursor at startup so it always looks like the regular glest mouse (unless we get one of those new glest error message boxes)
|
2010-03-25 06:35:18 +00:00 |
|
Mark Vejvoda
|
2b56cfe3b0
|
ported new mouse changes by Titi to win32 (and removed debug output for image classes)
|
2010-03-25 01:06:28 +00:00 |
|
Mark Vejvoda
|
6496d72533
|
Updates related to win32 camera zoom compile fixes
|
2010-03-24 10:10:56 +00:00 |
|
Mark Vejvoda
|
3ecf980649
|
Updated camera panning so that holding middle mouse button and moving the mouse changes the camera angle.
|
2010-03-24 01:28:48 +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
|
1e7cd63330
|
- Some improvements for setting max videomode when AutoMaxFullScreen=true and Windowed=false
- Added better logic to try to restore video when crashing
|
2010-03-23 06:03:16 +00:00 |
|
Mark Vejvoda
|
b9b6aafe1c
|
updated changes for win32 camera zoom
|
2010-03-23 05:08:56 +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 |
|
Mark Vejvoda
|
344c4778d1
|
Added the ability to tell mega-glest where to look for glest.ini, servers.ini and all of the various .log files. The new optional environment variable that mega-glest will look for is:
GLESTHOME
|
2010-03-21 23:40:35 +00:00 |
|
Mark Vejvoda
|
edd3af5243
|
Bugfixes so that win32 code will work with latest user data changes
|
2010-03-20 11:16:07 +00:00 |
|
Mark Vejvoda
|
a9d644eba0
|
Bugfixes so that win32 code will compile with latest user data changes
|
2010-03-20 10:52:55 +00:00 |
|
Mark Vejvoda
|
a6609cbdab
|
Bugfixes so that win32 code will compile with latest sdl changes
|
2010-03-20 09:02:56 +00:00 |
|
Mark Vejvoda
|
1f2c805fe8
|
Added new setting to allow playing glest using multiple monitors
|
2010-03-20 07:19:45 +00:00 |
|
Mark Vejvoda
|
a731f9c2a9
|
Updates to Win32 code to port latest mega-glest features
|
2010-03-20 00:22:17 +00:00 |
|
Mark Vejvoda
|
965a7ac2ba
|
Updated debug logic to use a debug class to better control debug logging and centralize the control of it.
|
2010-03-19 23:26:00 +00:00 |
|
Mark Vejvoda
|
f838293632
|
Added code for the following:
a) Complete Unit Rotation for multi-player
b) Added support for user defined data folders
|
2010-03-18 21:26:40 +00:00 |
|
Mark Vejvoda
|
b9172acc5c
|
Bugfix for multiplayer binary and data checksum checking.
|
2010-03-16 21:37:11 +00:00 |
|
Mark Vejvoda
|
43c3f2457e
|
Code Restructuring to make mega-glest more standard
|
2010-03-12 05:20:53 +00:00 |
|
Mark Vejvoda
|
cb0ea38d74
|
Bugfix for connecting to invalid IP Address will now properly detect a failed connection attempt.
|
2010-03-11 17:45:39 +00:00 |
|
Mark Vejvoda
|
4ecc284f75
|
Updated win32 solution and also made mgm files optional (not required) so that mega-glest will work with or without the new 8 player maps
|
2010-03-09 00:43:46 +00:00 |
|
Titus Tscharntke
|
775386190a
|
...dumb
|
2010-02-28 11:40:52 +00:00 |
|
Titus Tscharntke
|
5cb8aca19c
|
8 players
|
2010-02-28 11:21:01 +00:00 |
|
Mark Vejvoda
|
7657b40a4b
|
- Additional bug fixes related to network connection code for win32
- print out socket errors to console instead of throw exceptions
|
2010-02-21 03:48:05 +00:00 |
|