Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-06 | Update Xcode project with the new files | Haru | 1 | -0/+22 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-15 | Update Xcode project with the new common/packets files | Haru | 1 | -19/+129 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-24 | Add achievement source files. | smokexyz | 1 | -0/+12 | |
Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-02-17 | Removal of the old mapcache tool as new plugin took it place. | hemagx | 2 | -296/+0 | |
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2018-02-10 | Update Xcode project with the missing files | Haru | 1 | -37/+63 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Update Xcode project | Haru | 1 | -12/+12 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-12-23 | Added RoDEX files to Hercules.xcodeproj | SagunKho | 1 | -0/+12 | |
2016-10-07 | Updated Xcode project to Xcode 8 | Haru | 10 | -10/+22 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 7) | hemagx | 1 | -0/+2 | |
Added private interface in lclif.p.h Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 6) | hemagx | 1 | -0/+6 | |
Moved login clif code to lclif.c/lclif.h Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-21 | Added missing '-lpcre' linker flag to the Xcode project | Haru | 1 | -0/+2 | |
Fixes a linking error Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Renamed some db2sql* plugin functions to itemdb2sql* | Haru | 1 | -39/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Updated Xcode project to version 7.1 | Haru | 10 | -11/+12 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -12/+12 | |
2015-09-18 | Updated project to Xcode 7 | Haru | 10 | -55/+91 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-17 | Updated Xcode project to reflect the recent changes | Haru | 1 | -3/+225 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Removed ".." from include directives | Haru | 1 | -4/+4 | |
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-24 | Moved the Hercules Channel System to its own file/interface | Haru | 1 | -0/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Updated Xcode project with the new char-server files. | Haru | 1 | -0/+18 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-08 | Updated Xcode project to version 6.1 | Haru | 9 | -11/+17 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-31 | Follow-up to 1d0452110f4b02f6d771c61d5c3a944f82b155f3 | Haru | 4 | -26/+360 | |
- Updated Xcode project Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-09-20 | Updated Xcode project to Xcode 6 | Haru | 8 | -10/+32 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-05-09 | Updated Xcode build script to support the recent sysinfo addition | Haru | 1 | -0/+77 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-12-17 | Modified Xcodeproj, removed global tab/indentWidth override. | shennetsind | 1 | -2/+0 | |
Thanks to Haruna! <3 Signed-off-by: shennetsind <ind@henn.et> | |||||
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -0/+2 | |
- 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-12-17 | Added Apple Xcode project files | Haru | 9 | -0/+2213 | |
Signed-off-by: Haru <haru@dotalux.com> |