summaryrefslogtreecommitdiff
path: root/vcproj-12
AgeCommit message (Collapse)AuthorFilesLines
2019-05-05Removal of refine database code from status.c and moving it respectfully to ↵Ibrahim Zidan2-0/+12
its own files Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-03-07moving stylist into it's own interfaceAsheraf2-0/+8
2018-11-15Update visual studio project files.Andrei Karas6-0/+12
2018-07-24Add achievement source files.smokexyz4-0/+16
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2018-03-14Remove duplicated file in login VS projects that doesn't let project openGuilherme G. Menaldo1-1/+0
2018-02-27Merge pull request #1970 from Asheraf/msvcHaru2-0/+16
update vs projects with new packet files
2018-02-17Removal of the old mapcache tool as new plugin took it place.hemagx2-270/+0
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>
2018-02-10update vs projects with new packet filesAsheraf2-0/+16
2018-02-09Remove suffix "_sql" from files in login directory.Andrei Karas2-6/+6
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares4-0/+16
All official features work including the autokick for inactive members And the system is completely customizable.
2017-07-30Implementation of RoDEXKirieZ4-0/+16
2016-08-21Updated Visual Studio projects with the conf/import file name changesHaru1-8/+8
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface grfio.chemagx4-15/+31
2016-07-12Interface md5calc.chemagx2-0/+8
2016-04-16Rewrite client interface for login server (part 7)hemagx2-0/+4
Added private interface in lclif.p.h Signed-off-by: Haru <haru@dotalux.com>
2016-04-16Rewrite client interface for login server (part 6)hemagx2-0/+8
Moved login clif code to lclif.c/lclif.h Signed-off-by: Haru <haru@dotalux.com>
2016-02-23Added pcre include path to the sample plugin VS projectsHaru1-2/+2
This is so the file can be used again as template for third party plugins. Thanks to Michi Signed-off-by: Haru <haru@dotalux.com>
2016-02-09Corrected HPMHooking_map include pathsHaru1-2/+2
- Fixes #1152 Signed-off-by: Haru <haru@dotalux.com>
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas7-14/+14
2015-12-12Renamed plugin-sample.dll to sample.dllHaru1-2/+2
- Fixes #909. Thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Updated filters and included files in the VS2013 projectHaru8-139/+302
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru6-12/+12
- Follow-up to 300668d, thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-10-19rename malloc.c/h to memmgr.Andrei Karas8-16/+16
2015-10-17Fixed some VS project whitespace inconsistenciesHaru2-4/+4
- Fixes #792, special thanks to theultramage. Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Removed ".." from include directivesHaru8-16/+16
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com>
2015-03-14Fixed HPMHooking release build in MSVC 10-12Haru3-3/+3
- Fixes bugreport:8571 - thanks to Ind, Khonsu http://hercules.ws/board/tracker/issue-8571-hpm-hooking-defines-missing-in-release-builds-for-msvc/ Signed-off-by: Haru <haru@dotalux.com>
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-0/+2
Signed-off-by: Haru <haru@dotalux.com>
2014-11-15Updated VisualStudio projects with the new char-server files.Haru2-12/+36
Signed-off-by: Haru <haru@dotalux.com>
2014-10-31Follow-up to 1d0452110f4b02f6d771c61d5c3a944f82b155f3Haru3-5/+245
- Added HPMHooking plugin to the VS2013 project
2014-10-31Follow up 1d0452110f4b02f6d771c61d5c3a944f82b155f3malufett4-0/+16
-Updated MVS VC++ project includes and filters. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-05-09Removed some unused source filesHaru6-48/+0
- I don't believe there's a need to keep them if we're not using them. If and when we will ever need them again, this commit can be easily reverted. Signed-off-by: Haru <haru@dotalux.com>
2014-04-17Added sysinfo (System Information) functionalitiesHaru8-0/+32
- More informative messages are displayed during startup, to make it easier to identify what system and environment Hercules is running. - Git/SVN revision detection is improved, separating the source version (cached at compile time) from the runtime version, in case the user updated their working copy without recompiling the server. Git version detection is also more reliable, in case a non-default branch is used. - The get_revision script command has been removed (as it was useless to begin with, after the switch to git). An alternative will be provided later, for feature-probing purposes. - The patch was tested under Linux (Gentoo / gcc 4.7 on i686 and x86_64, Debian 6 / gcc 4.4 on i686, Raspbian / gcc 4.6 on armv6l, CentOS 5 / gcc 4.1 on i686, CentOS 6 / gcc 4.4 on x86_64, Linux Mint 15 / gcc 4.7 on x86_64, OS X Mountain Lion / clang 5.0 and gcc 4.8 on x86_64, Cygwin-NT-5.1/gcc 4.8 on i686, FreeBSD 8 / gcc 4.2 on i386, FreeBSD 9 / gcc 4.2 on amd64, FreeBSD 10 / clang 3.3 on amd64, NetBSD 5 / gcc 4.1 on i386, NetBSD 6 / gcc 4.5 on amd64, OpenBSD 5 / gcc 4.2 on amd64, Solaris 11 / gcc 4.5 on i86pc, Windows 7 / Visual Studio 2012 on x86, Windows 8 / Visual Studio 2010 on WOW64, Windows 8.1 / Visual Studio 2013 on WOW64. Signed-off-by: Haru <haru@dotalux.com>
2013-12-17Fixed several compiler warningsHaru2-2/+10
- Warnings detected thanks to Xcode's compiler settings (more strict by default) and clang, warnings mostly but not only related to data sizes on 64 bit systems, that were silenced until now by very lax compiler settings. - This also decreases by a great deal the amount of warnings produced by MSVC in x64 mode (for the adventurous ones who tried that) - Also fixed (or silenced in case of false positives) the potential issues pointed out by the (awesome) clang static analyzer. - Patch co-produced with Ind, I'm merging and committing in his place! Signed-off-by: Haru <haru@dotalux.com>
2013-11-07Added Visual Studio 2013 files.Shido10-0/+2161
Signed-off-by: Shido <the.keikun@gmail.com>
2013-11-07Renamed Hercules-12.sln and vcproj-12.Shido10-2162/+0
* Instead of -12 used for Visual Studio 2013. Signed-off-by: Shido <the.keikun@gmail.com>
2013-10-16Visual Studio project correctionsHaru1-2/+2
- Corrected duplicate GUIDs in the VS2010/VS2012 projects - Added gitignore entries for the HPMHooking plugin files - Special thanks to Takkun for providing the VS2012 updated file
2013-10-05Renamed HPMHooking generated dll in VS2012 and VS2010 projectsHaru1-3/+3
- Changed from plugin-HPMHooking.dll to HPMHooking.dll - Fixes bugreport:7747, thanks to bgamez23 http://hercules.ws/board/tracker/issue-7747-warning-hpmplugin-load-failed-to-load-pluginshpmhookingdll-skipping/ Signed-off-by: Haru <haru@dotalux.com>
2013-10-04HPM: Hooking!shennetsind1-0/+120
http://hercules.ws/board/topic/2399-hpm-hooking-now-available/ Signed-off-by: shennetsind <ind@henn.et>
2013-08-08MSVC and CMake support for 6b9f58446c46877ecfc5fe40847636145acf5af8shennetsind2-0/+8
Signed-off-by: shennetsind <ind@henn.et>
2013-07-29* Added project 'plugin-sample' for Visual Studio 2012;Matheus Macabu1-0/+120
* Few changes to travis build-slave. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-03Fixed Bug #7213shennetsind4-0/+16
msvc-12 char/login missing conf files http://hercules.ws/board/tracker/issue-7213-compiling-issue-with-visual-studio-solution-12/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Introducing Hercules Plugin Manangershennetsind6-0/+36
http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind2-0/+8
http://hercules.ws/board/topic/470-hercules-april-22-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-12Hercules Renewal: Phase Two: Starting~!shennetsind2-0/+4
http://hercules.ws/board/topic/383-hercules-renewal-phase-two/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-07PacketDB Overhaulshennetsind2-0/+4
Feature Design by GreenBox Special Thanks to mkbu95 for bringing this topic up! (packet db) http://hercules.ws/board/topic/353-packetdb-overhaul/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-17Re-Introducing Console Inputshennetsind8-0/+32
It's back. It's efficient. It's awesome. http://hercules.ws/board/topic/272-re-introducing-console-input/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-09Hercules Renewal'd Pin Codeshennetsind2-0/+8
Feature is not, I repeat, NOT complete. the decryption is not fully functional which leads to dial values different from the ones the player used. Credits: lemongrass3110 for the base yommy for the packets LightFighter for the decrypt function (altho its not stable :P) Signed-off-by: shennetsind <ind@henn.et>
2013-02-16Dropping _sql suffix in server names, part 2.shennetsind3-9/+9
Git didn't like me renaming and changing the contents of files at once, so I had to send the renames in the previous commit and now the modifications in this commit Signed-off-by: shennetsind <ind@henn.et>
2013-02-16Dropped _sql suffix in server names.shennetsind6-0/+0
Updated .gitignore to reflect this change, also renamed some other stuff to make their functionality clearer. Signed-off-by: shennetsind <ind@henn.et>
2012-11-28- Follow up to r16971: don't overwrite /conf/import/ if files already exist brianluau1-10/+10
(because that probably means they edited them!) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16975 54d463be-8e91-2dee-dedb-b68131a5f0ec