summaryrefslogtreecommitdiff
path: root/vcproj-12/char-server.vcxproj.filters
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15Update visual studio project files.Andrei Karas1-0/+3
2018-07-24Add achievement source files.smokexyz1-0/+6
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+6
All official features work including the autokick for inactive members And the system is completely customizable.
2017-07-30Implementation of RoDEXKirieZ1-0/+6
2016-07-12Interface grfio.chemagx1-0/+6
2016-07-12Interface md5calc.chemagx1-0/+6
2015-12-12Updated filters and included files in the VS2013 projectHaru1-37/+76
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-2/+2
2014-11-15Updated VisualStudio projects with the new char-server files.Haru1-9/+27
Signed-off-by: Haru <haru@dotalux.com>
2014-10-31Follow up 1d0452110f4b02f6d771c61d5c3a944f82b155f3malufett1-0/+6
-Updated MVS VC++ project includes and filters. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-05-09Removed some unused source filesHaru1-12/+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) functionalitiesHaru1-0/+6
- 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-05-03Fixed Bug #7213shennetsind1-0/+6
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 Manangershennetsind1-0/+9
http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-17Re-Introducing Console Inputshennetsind1-0/+6
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 Codeshennetsind1-0/+6
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-16Dropped _sql suffix in server names.shennetsind1-0/+249
Updated .gitignore to reflect this change, also renamed some other stuff to make their functionality clearer. Signed-off-by: shennetsind <ind@henn.et>