Commit graph

50 commits

Author SHA1 Message Date
Fedja Beader
b3ab76d90d Revert "Client rebranding: Partly import changes from !28"
This reverts commit 775392e472.
[skip ci]
2024-04-06 22:53:37 +02:00
Jesusalva Jesusalva
775392e472 Client rebranding: Partly import changes from !28
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
2024-02-16 16:40:35 +00:00
Andrei Karas
bd923dda70
Porting fix for mumblemanager from NetBSD. 2019-08-09 20:24:00 +03:00
Andrei Karas
d530e74cc4
Update copyright year. 2019-01-01 20:04:08 +03:00
Andrei Karas
4d2e202ee0
Update copyrights year. 2018-01-04 07:12:38 +03:00
Andrei Karas
ac4af8e1fe
Remove some C syntax from mumblemanager.cpp 2017-07-06 20:50:20 +03:00
Andrei Karas
5e37f24550
Fix sdl warning hiding pragmas for old compilers. 2017-06-20 04:04:40 +03:00
Andrei Karas
8e7bb25493
Add some warnings ignores in mumblemanager for gcc 8+. 2017-06-20 01:43:28 +03:00
Andrei Karas
132ee3146d
Prevent Wshadow varnings in SDL code. 2017-06-20 01:02:22 +03:00
Andrei Karas
a0451aa4e9
Update copyright year. 2017-01-03 16:48:28 +03:00
Andrei Karas
3c404128c4
Add missing comments into defines. 2016-09-23 22:01:44 +03:00
Andrei Karas
9fe21fcd88
Replace most static_cast<Type> to shorter versions from defines. 2016-02-07 16:18:13 +03:00
Andrei Karas
a65d9da124
Update copyrights year. 2016-01-02 18:44:18 +03:00
Andrei Karas
4332a501d9 Update copyrights year. 2015-01-01 17:41:51 +03:00
Andrei Karas
5f048b85f8 Move variables definition into each file with class definition. 2014-05-29 12:56:42 +03:00
Andrei Karas
5c3746562b Add missing const and static into other classes. 2014-02-02 12:49:08 +03:00
Andrei Karas
f8269f5ac3 update copyright year in all sources. 2014-01-01 13:36:23 +03:00
Andrei Karas
b13beb3c1d remove unused system headers.
also remplace legacy headers.
2013-10-08 13:04:49 +03:00
Andrei Karas
f315432679 change smaller letter literalt into capital letter. 2013-09-29 17:59:57 +03:00
Andrei Karas
8315c94fde Remove subdir SDL from SDL includes. 2013-06-03 21:28:49 +03:00
Andrei Karas
88e2d16c07 apply some OpenBSD fixes. 2013-06-03 20:50:20 +03:00
Andrei Karas
5614d67655 fix SDL includes. 2013-06-03 12:29:42 +03:00
Andrei Karas
853757df15 fix some code style by cpplint. 2013-04-25 22:18:26 +03:00
Andrei Karas
1e9b7c5199 fix style in other files. 2013-04-20 16:40:24 +03:00
Andrei Karas
83b47ba8f1 remove some unused system headers. 2013-04-17 20:00:46 +03:00
Andrei Karas
6b5c7e7a5e another fixes from cpplint. 2013-04-14 17:06:02 +03:00
Andrei Karas
a7d7346b9e some more style fixes from cpplint. 2013-04-14 12:34:23 +03:00
Andrei Karas
351821c1f1 first part of style fixed after cpplint checks. 2013-04-12 18:39:00 +03:00
Andrei Karas
d0be60aa32 update copyrights year. 2013-01-16 18:16:51 +03:00
Andrei Karas
015515ba20 Add some android fixes.
Partial impliment option to enable/disable mumble support.
2012-10-14 23:40:46 +03:00
Andrei Karas
962f182fcc Add const to more classes. 2012-09-02 14:05:30 +03:00
Andrei Karas
7e0a97d252 Fix more code style and additional warnings. 2012-07-17 23:26:59 +03:00
Andrei Karas
ff5e17ff14 Fix code style with new tool. 2012-02-08 00:49:41 +03:00
Andrei Karas
d318a622d1 Ad correct header to mumble manager class. 2012-01-31 00:15:47 +03:00
Andrei Karas
9ae83b4bb2 Fix code style. 2012-01-29 18:17:21 +03:00
Andrei Karas
955d2dab6f Fix code style. 2011-11-09 03:16:39 +03:00
Andrei Karas
4cea2a5cd8 Fix more gcc 4.7 warnings. 2011-11-08 00:44:17 +03:00
Andrei Karas
9e83411f7e Fix some warnings under gcc 4.7. 2011-11-07 19:34:52 +03:00
Andrei Karas
c0a5fffb45 Add more checks.
Fix error in event.cpp from last commits.
Improve party members sorting.
2011-09-14 01:52:42 +03:00
Andrei Karas
658a7a3251 Add header to mumblemanager and some clean. 2011-08-16 22:07:30 +03:00
Andrei Karas
2d45a2ca54 Rename file names log and chatlog to correct logger and chatlogger. 2011-08-12 03:47:28 +03:00
Andrei Karas
5c260f683e Add some fixes for making manaplus on OpenBSD.
Based on patches by Jona (jaj)
2011-06-30 19:57:08 +03:00
Andrei Karas
b43af191ae Disable mumber manager in Apple platforms. 2011-06-08 20:48:55 +03:00
Andrei Karas
612b060e8a Fix code style. 2011-05-24 19:28:25 +03:00
Andrei Karas
d2c42029b9 Add simple memory leak detector.
Can be enabled by configure option -enable-memdebug=yes.

Known issue: not all memory allocations hooked with it.
2011-05-24 00:38:44 +03:00
Andrei Karas
10e6403739 Some typo fixes and add comments for translators. 2011-05-22 15:48:23 +03:00
Andrei Karas
d085ae2b90 Rename mana to manaplus in mumblemanager. 2011-04-12 04:08:12 +03:00
Andrei Karas
f4792bc06f Fix most conversions except manaserv net code and some other code. 2011-03-18 22:13:37 +02:00
Andrei Karas
f98d003e35 Fix most old style cast except manaserv and libxml2 defines. 2011-03-18 17:49:00 +02:00
Andrei Karas
3eeae12c49 Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
2011-01-02 02:41:24 +02:00