SoftCoder
|
e21b2506d6
|
- try to fix issue #104
|
2016-01-04 17:32:34 -08:00 |
|
SoftCoder
|
b83414380c
|
- attempt to fix issue# 89
|
2015-12-12 22:01:48 -08:00 |
|
Tom Reynolds
|
fecf89f295
|
Cosmetics
[CI skip]
|
2015-06-10 12:02:45 +02:00 |
|
SoftCoder
|
3647a610cc
|
- attempt to improve mutex locking in irc client code to avoid dead locks
|
2014-11-20 17:51:24 -08:00 |
|
titiger
|
4fc4359d99
|
we don't want fancy commands from irc
https://forum.megaglest.org/index.php?topic=7756.0
|
2014-09-22 00:36:49 +02:00 |
|
SoftCoder
|
0b73d3922a
|
- fixed windows build from coverity updates
|
2013-12-14 22:59:32 -08:00 |
|
SoftCoder
|
f269273f07
|
- round #2 of coverity bug fixes
|
2013-12-14 22:37:15 -08:00 |
|
Mark Vejvoda
|
ad0fb1d6f7
|
cleaned up code based on feedback from cppcheck
|
2013-10-25 05:45:54 +00:00 |
|
Mark Vejvoda
|
2c1b181bc7
|
a bunch more code cleanup from cppcheck
|
2013-05-26 06:03:32 +00:00 |
|
Mark Vejvoda
|
5b664fb1a2
|
- bugfix for transifex tutorial download files now loaded into UI
- updated each thread to provide its name
|
2013-05-21 20:28:42 +00:00 |
|
Mark Vejvoda
|
7966422582
|
attempt to fix segfaults discovered during testing
|
2013-05-18 05:57:22 +00:00 |
|
Mark Vejvoda
|
8408526b12
|
code cleanup based on cppcheck results
|
2013-05-17 03:59:34 +00:00 |
|
Mark Vejvoda
|
910bb8bc56
|
- attempt to have more clean shutdown of threads on game exit
|
2013-05-17 00:08:26 +00:00 |
|
Mark Vejvoda
|
febbf5012c
|
attempt to fix delay of irc client
|
2013-05-15 04:49:57 +00:00 |
|
Mark Vejvoda
|
dbd26de28f
|
attempt to fix crash of irc client on exit
|
2013-05-15 00:45:34 +00:00 |
|
Mark Vejvoda
|
5370729ce1
|
bugfix to close irc client down quickly when exiting application.
|
2013-05-03 23:11:57 +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
|
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
|
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
|
51ca2ccc91
|
- some cleanup of the irc code
|
2012-11-09 07:09:53 +00:00 |
|
Mark Vejvoda
|
28d65e8d55
|
- cleanup from last checkin (corrections)
|
2012-10-26 03:08:40 +00:00 |
|
Mark Vejvoda
|
3419127632
|
- proper way to handle size_t objects (cleanup warning on other platforms)
|
2012-10-26 02:42:10 +00:00 |
|
Mark Vejvoda
|
cd5bce3b91
|
- removed configurator from cmake file
- applied libircclient patch from forums 'the Chakra project'
|
2012-04-11 18:58:38 +00:00 |
|
Mark Vejvoda
|
84f06d3cbd
|
- bugfix to compile with libircclient 1.6 and beyond
|
2012-01-23 20:36:15 +00:00 |
|
Mark Vejvoda
|
609bc528d2
|
- fixed fog of war bug in map preview for connected client
- in headless mode keep three caches in case its related to out of synch
- comment out spurious irc console text
|
2011-12-03 01:19:54 +00:00 |
|
Mark Vejvoda
|
1bb2693d65
|
- bugfix for windows compiling
|
2011-10-25 20:16:25 +00:00 |
|
Mark Vejvoda
|
50adfb3305
|
- added ability to switch languages from nearly anywhere (and new hotkeys to do so):
CTRL+L shows language popup selection, CTRL+SHIFT+L toggles to next language automatically
|
2011-10-25 18:39:11 +00:00 |
|
Mark Vejvoda
|
64d1e696b0
|
- compiler fixes for windows
|
2011-09-25 23:27:26 +00:00 |
|
Mark Vejvoda
|
1a6cdf3a06
|
- bugfix for IRC nicks using non standard ascii chars (we replace invalid chars on IRC with -
|
2011-08-30 23:45:51 +00:00 |
|
Mark Vejvoda
|
a9f5563ab7
|
uncles IRC wish come true (display all IRC names but non MG names are not selectable in the UI)
|
2011-08-30 18:54:01 +00:00 |
|
Mark Vejvoda
|
1085f24c6f
|
- more updates to handle unicode (most of the focus was getting tools working in windows using non ascii file paths)
|
2011-05-23 19:23:00 +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
|
3b56aa4475
|
- performance changes... (problem found by titi) most debug calls line are skipped when the debug flag is disabled even BEFORE getting into the handledebug method.
This improves performance VERY MUCH.
|
2011-03-28 03:54:23 +00:00 |
|
Mark Vejvoda
|
43bf94c644
|
- only show MG_ usernames in Internet IRC lobby (just for you tomreyn)
|
2011-03-16 05:03:30 +00:00 |
|
Mark Vejvoda
|
9382473294
|
- attempt to make a few tweaks for more smooth network play
|
2011-03-05 20:15:28 +00:00 |
|
Mark Vejvoda
|
0b4eef10c5
|
- added a very useful way to track mutex usage and performance timings of mutex locking to discover thread lock issues
|
2011-01-31 23:01:39 +00:00 |
|
Mark Vejvoda
|
48ce0830de
|
- fixed IRC bugs reported by tomreyn:
- Pass IRC username
|
2011-01-20 20:59:19 +00:00 |
|
Mark Vejvoda
|
8053b71879
|
- fixed IRC bugs reported by tomreyn:
- Remove @ in front of operator nicks
|
2011-01-20 20:55:55 +00:00 |
|
Titus Tscharntke
|
bcaf400689
|
No more MG Bot Messages; IRC chatting is disabled until really connected to irc.
|
2011-01-02 23:53:59 +00:00 |
|
Mark Vejvoda
|
9150701e70
|
- more thread guards for IRC Client
|
2011-01-02 04:16:24 +00:00 |
|
Mark Vejvoda
|
2ca50ee9f9
|
- attempt to avoid IRC client crashes on Internet menu if user does not have an Internet connection
|
2010-12-29 21:03:57 +00:00 |
|
Mark Vejvoda
|
89a6ae3fe4
|
- updated win32 vc++ files to compile with new ftp server / client
|
2010-12-29 16:28:46 +00:00 |
|
Mark Vejvoda
|
8d8afe78b5
|
- build fix for poor distros who have a hard time with libircclient (now we just include this small lib in the source tree) so no longer required as an external lib
|
2010-12-27 09:01:40 +00:00 |
|
Mark Vejvoda
|
97ee61165a
|
updates to irc use in mastermenu:
- shows local username
- bugfixes for detecting new/dropped users in the irc channel
- lots of cleanup to remove use of so many static variables
|
2010-12-24 02:10:31 +00:00 |
|
Mark Vejvoda
|
c0c70217dc
|
updated to support manual install of libircclient
|
2010-12-23 16:44:05 +00:00 |
|
Mark Vejvoda
|
8b0b6300ed
|
- some cleanup for the new IRC client in the Masterserver menu, and changed default channel for in game IRC chat to megaglest-lobby
|
2010-12-23 07:42:15 +00:00 |
|
Mark Vejvoda
|
7e6a7a85f7
|
- big fight to get libircclient compiled in VC++ but we won the battle (requires new win32 deps.. NOT ming deps)
|
2010-12-23 02:17:29 +00:00 |
|
Mark Vejvoda
|
313081f143
|
- bugfixes found when compiling on win32
|
2010-12-23 01:23:42 +00:00 |
|