summaryrefslogtreecommitdiff
path: root/Hercules.xcodeproj
AgeCommit message (Collapse)AuthorFilesLines
2016-04-16Rewrite client interface for login server (part 7)hemagx1-0/+2
Added private interface in lclif.p.h Signed-off-by: Haru <haru@dotalux.com>
2016-04-16Rewrite client interface for login server (part 6)hemagx1-0/+6
Moved login clif code to lclif.c/lclif.h Signed-off-by: Haru <haru@dotalux.com>
2016-02-21Added missing '-lpcre' linker flag to the Xcode projectHaru1-0/+2
Fixes a linking error Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Renamed some db2sql* plugin functions to itemdb2sql*Haru1-39/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Updated Xcode project to version 7.1Haru10-11/+12
Signed-off-by: Haru <haru@dotalux.com>
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-12/+12
2015-09-18Updated project to Xcode 7Haru10-55/+91
Signed-off-by: Haru <haru@dotalux.com>
2015-08-17Updated Xcode project to reflect the recent changesHaru1-3/+225
Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Removed ".." from include directivesHaru1-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-24Moved the Hercules Channel System to its own file/interfaceHaru1-0/+6
Signed-off-by: Haru <haru@dotalux.com>
2014-11-15Updated Xcode project with the new char-server files.Haru1-0/+18
Signed-off-by: Haru <haru@dotalux.com>
2014-11-08Updated Xcode project to version 6.1Haru9-11/+17
Signed-off-by: Haru <haru@dotalux.com>
2014-10-31Follow-up to 1d0452110f4b02f6d771c61d5c3a944f82b155f3Haru4-26/+360
- Updated Xcode project Signed-off-by: Haru <haru@dotalux.com>
2014-09-20Updated Xcode project to Xcode 6Haru8-10/+32
Signed-off-by: Haru <haru@dotalux.com>
2014-05-09Updated Xcode build script to support the recent sysinfo additionHaru1-0/+77
Signed-off-by: Haru <haru@dotalux.com>
2013-12-17Modified Xcodeproj, removed global tab/indentWidth override.shennetsind1-2/+0
Thanks to Haruna! <3 Signed-off-by: shennetsind <ind@henn.et>
2013-12-17Fixed several compiler warningsHaru1-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-17Added Apple Xcode project filesHaru9-0/+2213
Signed-off-by: Haru <haru@dotalux.com>