Mark Vejvoda
5d545f6588
- attempt to get mac build further
2013-01-10 06:19:07 +00:00
Mark Vejvoda
050672e69a
- attempt to get mac build further
2013-01-09 06:09:56 +00:00
Mark Vejvoda
67be884d25
- bugfix for ircclient segfault using global cache
2013-01-08 07:55:48 +00:00
Mark Vejvoda
6872a873b2
- added support to disable libircclient via cmake:
...
-DDISABLE_IRCCLIENT=On
2013-01-08 06:59:53 +00:00
Mark Vejvoda
5a2adde414
- added cpack info in cmake script
...
- cleaned up warnings in xml parser
2013-01-04 05:55:45 +00:00
Mark Vejvoda
1f49886755
- re-enabled fog of war cache to improve performance
...
- improve xml file loading speed
2013-01-03 17:30:59 +00:00
Tom Reynolds
3b99aa6a4e
Mark all scripts as exectuable
2013-01-02 15:57:17 +00:00
Mark Vejvoda
46869536bb
- allow changing screen resolution and fullscreen mode in options menu with confirmation
2013-01-01 10:18:42 +00:00
Mark Vejvoda
f8ef92213d
- fix windows compile
2013-01-01 03:52:56 +00:00
Mark Vejvoda
9275debe2d
- allow changes to video resolution and fullscreen mode without restart
2013-01-01 02:24:23 +00:00
Mark Vejvoda
a6d985a488
- bugfix for new miniupnpc on windows XP (the authors added code making it require Vista and higher, no thanks)
...
- added fribidi support to vc++ build (requires new windows dependencies download)
2012-12-28 21:20:52 +00:00
Mark Vejvoda
2d79eb2c0e
- attempt to fix stupid VC++ issue with special characters and certain locales
2012-12-28 14:52:24 +00:00
Mark Vejvoda
6028ff30a6
- see if this helps james (saves as utf8)
2012-12-27 19:27:14 +00:00
Mark Vejvoda
b98effd5f4
- fixed build for vc++ using new miniupnpc 1.7
2012-12-27 19:22:16 +00:00
Mark Vejvoda
4c94cedb85
- upgrade embedded miniupnpc to 1.7 (fixes build)
2012-12-27 18:59:38 +00:00
Mark Vejvoda
7fdd70402d
- added support for libfribidi for languages requiring complex text rendering like Arabic and Hebrew
2012-12-27 08:24:30 +00:00
Mark Vejvoda
7a57668a91
- added support for libminiupnpc 1.7
2012-12-26 01:11:11 +00:00
Mark Vejvoda
65b67d865a
- updated to meet debian standards
...
- (changed mac osx file to utf-8)
2012-11-23 06:21:08 +00:00
Mark Vejvoda
0a5094c673
- bugfix for version checking
2012-11-22 23:46:00 +00:00
Mark Vejvoda
68d8ef11d8
- see if this hotkey fix is ok for titi
2012-11-21 18:54:50 +00:00
Mark Vejvoda
8979219f43
- patch to support lua 5.2 (from opensuse)
2012-11-21 15:22:15 +00:00
Mark Vejvoda
ab9ded4734
- patch for opensuse loading fonts
2012-11-21 15:16:57 +00:00
Mark Vejvoda
c3ff9973d9
- fixed screenshots so holding shift ignores the screenshot key
2012-11-20 01:12:07 +00:00
Mark Vejvoda
f7ebba0301
- when changing playername, we reset the irc client connection when entering the internet lobby
2012-11-19 21:56:21 +00:00
Mark Vejvoda
3f82137c03
- fix for irc bug when leaving internet lobby too soon
2012-11-19 20:14:23 +00:00
Mark Vejvoda
4a0617b12c
- ripped out a lot of unused code dealing with utf8
2012-11-15 08:12:40 +00:00
Mark Vejvoda
d0006db4a1
- updated for debian compliance
2012-11-15 07:50:43 +00:00
Mark Vejvoda
20def412bf
- attempt to get new version system working
2012-11-15 00:35:49 +00:00
Mark Vejvoda
d322f73284
- bug fixes and patches from hasufell related to:
...
- fontconfig not working
- new cmake option to control inclusion of libvlc
- new commandline option to force where to look for fonts: --font-path=x
- removal of libluajit from cmake
2012-11-14 19:20:08 +00:00
Mark Vejvoda
0cd2389e95
- updated for debian compliance
2012-11-12 04:50:34 +00:00
Mark Vejvoda
2469503128
- updated for debian compliance
2012-11-12 04:42:05 +00:00
Mark Vejvoda
24fae99539
- remove unused code as debian flagged it as potentially unsafe
2012-11-12 04:18:43 +00:00
Mark Vejvoda
847f97a048
- try to force focus on main window at startup
2012-11-11 05:31:11 +00:00
Mark Vejvoda
1966710628
- more detailed error handling for bad textures and/or models and sounds
2012-11-11 04:52:26 +00:00
Mark Vejvoda
8ba5524f35
- updated error handling to be more flexible so we can display better error details (like bad tga file, etc)
2012-11-10 23:19:42 +00:00
Mark Vejvoda
35f6a6665b
- attempt to keep irc connection and just join / leave the irc channel as required to speed up irc in the lobby
2012-11-10 09:22:28 +00:00
Mark Vejvoda
8a0390db35
- cleanup compiler warnings
2012-11-10 07:31:21 +00:00
Mark Vejvoda
ff58a868b3
- attempt to bugfix windows using proper printf syntax for data types
2012-11-10 06:37:23 +00:00
Mark Vejvoda
e3a7aedd5c
- headless server now supports lan option
2012-11-09 21:50:01 +00:00
Mark Vejvoda
8793b3400b
- bugfix for backspace on mac
2012-11-09 21:05:43 +00:00
Mark Vejvoda
51ca2ccc91
- some cleanup of the irc code
2012-11-09 07:09:53 +00:00
Mark Vejvoda
16b85dbe79
- added another patch from cygal (he's on fire people!) to word wrap messagebox text
...
- remove newlines from english text where appropriate
2012-11-07 21:24:44 +00:00
Mark Vejvoda
29da478bd5
- more cppcheck code cleanup
2012-11-06 03:52:27 +00:00
Mark Vejvoda
75acb075e8
- fix compilation of freetype-gl font system
2012-11-02 21:43:35 +00:00
Mark Vejvoda
7243a22abc
- added byte order logic for loading textures and sounds
2012-11-01 23:07:51 +00:00
Mark Vejvoda
00e075df97
- more byte order logic
...
- added new network packet debug
2012-11-01 22:00:55 +00:00
Mark Vejvoda
0d88936680
- added byte order logic for loading models
2012-11-01 21:22:38 +00:00
Mark Vejvoda
e0efa229c5
- more updates to support big endian
2012-11-01 06:36:35 +00:00
Mark Vejvoda
3bba236d02
- more updates to support big endian
2012-11-01 06:21:35 +00:00
Mark Vejvoda
b6b1abd43e
- added new byte order code
2012-11-01 00:19:46 +00:00