Commit graph

1165 commits

Author SHA1 Message Date
xboi209
f3a6863290 warning C4101: 'ctag' : unreferenced local variable 2015-03-08 21:03:04 -07:00
xboi209
441fd71bcf warning C4101: 'game' : unreferenced local variable 2015-03-08 21:02:45 -07:00
xboi209
b74f81c905 warning C4101: 'pid' : unreferenced local variable 2015-03-08 21:02:17 -07:00
xboi209
7aacc75acd warning C4101: 'ctag' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'i' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
warning C4101: 'channel_name' : unreferenced local variable
warning C4101: 'topic' : unreferenced local variable
2015-03-08 21:01:35 -07:00
xboi209
72d3b6cd8e warning C4101: 'pid' : unreferenced local variable 2015-03-08 20:56:02 -07:00
xboi209
e7a62d3f7d warning C4101: 'i' : unreferenced local variable 2015-03-08 20:55:24 -07:00
xboi209
c13851adef warning C4101: 'output' : unreferenced local variable
warning C4101: 'data' : unreferenced local variable
2015-03-08 20:54:46 -07:00
xboi209
a069abf63d warning C4101: 'i' : unreferenced local variable 2015-03-08 20:54:16 -07:00
xboi209
01b179d7e1 warning C4101: 'end_lines' : unreferenced local variable
warning C4101: 'start_lines' : unreferenced local variable
2015-03-08 20:53:37 -07:00
cen
1a28831d98 On windows, mysql lib name is apparently libmysql, at least it was in my installation 2015-03-02 19:18:27 +01:00
cen
3532ba199b Fixed a warning from Ref #118. Plus has priority over dereference. I was actually unable to replicate the warning on VS2013 even with /Wall 2015-03-02 16:45:35 +01:00
xboi209
760a98a70b Merge pull request #7 from HarpyWar/master
Sync
2015-02-13 08:17:37 -08:00
HarpyWar
11d67dbb87 Merge pull request #135 from xboi209/memleak
PR
2015-02-12 20:18:36 +03:00
xboi209
5013aac4c4 Update account_wrap.cpp
Added missing comma
2015-02-12 07:26:41 -08:00
HarpyWar
0fb418ef15 Merge pull request #133 from Kelwing/master
Fixed the first issue in #118
2015-02-11 23:58:45 +03:00
Jacob Wiltse
c3994f023d Fixed formatting, really? we're using actual tab characters? 2015-02-10 13:35:42 -05:00
Jacob Wiltse
ee7ba4034b Added = operator definition to iterator in elist.h. Ref #118 2015-02-10 13:27:55 -05:00
HarpyWar
ae2d0e4359 refactoring tolower functions
=> fix "debug assertion failed" on Windows that appears in Debug mode due to non-ascii symbols in user input
=> now it's possible use utf-8 symbols for password and login (it works in Warcraft 3)
2015-02-09 20:44:28 +03:00
xboi209
19fbaa5c51 Update account_wrap.cpp
Reorder headers
2015-02-09 08:33:07 -08:00
xboi209
fd904b23d1 Update account_wrap.cpp
Fixed some mistakes from previous commit
2015-02-09 08:29:12 -08:00
xboi209
de7ddf5300 Update account_wrap.cpp
Use ````snprintf```` instead of ````sprintf````
2015-02-09 08:26:41 -08:00
xboi209
f2a7d0b2ea Update watch.cpp
Use ````snprintf```` instead of ````sprintf````
2015-02-09 07:49:50 -08:00
xboi209
dc80998cc3 Update xstring.cpp
Use xmalloc
2015-02-08 08:28:30 -08:00
xboi209
df4e082f93 Update strdup.cpp
Use xmalloc
2015-02-08 08:25:50 -08:00
xboi209
5122177a00 Update d2dbs_winmain.cpp
Close va_list with va_end
2015-02-08 08:14:43 -08:00
xboi209
66768a796b Update d2cs_winmain.cpp
Close va_list with va_end
2015-02-08 08:14:42 -08:00
xboi209
fcf7256b03 Merge pull request #5 from HarpyWar/master
sync
2015-02-08 08:03:50 -08:00
HarpyWar
9375de8283 force lock account with illegal username when log on (fix for previous commit, restriction was when create account) 2015-02-02 13:22:12 +03:00
HarpyWar
8af97e7ad8 do not allow register account named with one of the reserved filenames in Windows https://msdn.microsoft.com/en-us/library/aa365247.aspx#naming_conventions 2015-02-01 21:42:56 +03:00
xboi209
5e8dfbd977 Merge pull request #4 from HarpyWar/master
Sync
2015-01-29 08:08:16 -08:00
HarpyWar
4c36a6ad25 Merge pull request #123 from aancw/bugIconSwithHack
Fix User DC when click Tournament Icon & Set user to Default Icon when I...
2015-01-27 21:38:13 +03:00
aancw
7397168f01 [CLEAN] Fix User DC when click Tournament Icon & Set user to Default Icon when ICON SWITCH HACK 2015-01-23 11:23:14 +07:00
aancw
efa98d3885 Fix User DC when click Tournament Icon & Set user to Default Icon when ICON SWITCH HACK
Signed-off-by: aancw <cacaddv@gmail.com>
2014-12-22 17:48:11 +07:00
HarpyWar
10c542a784 fix send "png" banner files https://github.com/HarpyWar/pvpgn/issues/120 2014-11-10 22:33:27 +03:00
HarpyWar
954dcd131a continue to previous commit 2014-11-08 10:57:11 +03:00
HarpyWar
451718a6b8 refactoring and fix code warnings from PVS Studio 2014-11-07 20:26:57 +03:00
HarpyWar
1bcf7879d4 fix possible memory leak, because key_get_tab return xstrdup (?) 2014-11-06 14:18:30 +03:00
HarpyWar
cf388ca0a4 cleanup code 2014-11-06 10:07:10 +03:00
HarpyWar
7878a6fec3 fix next_id assignment when loading ad.conf https://github.com/HarpyWar/pvpgn/issues/115 2014-11-05 11:52:46 +03:00
HarpyWar
eb7e80d35d fix russian encoding (in addition to https://github.com/HarpyWar/pvpgn/pull/117) 2014-11-05 11:51:28 +03:00
HarpyWar
8d9b37b9d5 Merge pull request #117 from iltmpz/master
fix encoding for W2BN, should be cp1251 instead of UTF-8
2014-11-05 11:48:22 +03:00
HarpyWar
3b3c385b02 Update CMakeLists.txt https://github.com/HarpyWar/pvpgn/issues/115 2014-11-04 20:46:39 +03:00
HarpyWar
16d8cc2d6b fix compile error in Linux https://travis-ci.org/HarpyWar/pvpgn/builds/39961428 https://github.com/HarpyWar/pvpgn/issues/115 2014-11-04 19:49:46 +03:00
HarpyWar
0825dd6c18 update banner configuration https://github.com/HarpyWar/pvpgn/issues/115 2014-11-04 19:32:14 +03:00
iltmpz
fac1e9328d fix encoding for W2BN, should be cp1251 instead of UTF-8 2014-11-03 15:53:42 +03:00
HarpyWar
91204db81a Update FindMySQL.cmake https://github.com/HarpyWar/pvpgn/issues/116
(fix for the commit  8b17eefadf)
2014-11-02 22:31:52 +03:00
HarpyWar
c2f5732611 more flexibly grant permissions for user groups who can manage icons of other users 2014-11-02 21:32:20 +03:00
HarpyWar
f3c2efdebd fix crash when fetching Ladder using MirageBot https://github.com/HarpyWar/pvpgn/issues/107 2014-11-02 14:40:14 +03:00
HarpyWar
44e5267940 Merge branch 'master' of https://github.com/harpywar/pvpgn 2014-11-01 13:12:12 +03:00
HarpyWar
8b17eefadf Update FindMySQL.cmake with the actual directory paths (source https://gist.github.com/RenatoUtsch/1623340) 2014-11-01 13:11:54 +03:00