summaryrefslogtreecommitdiff
path: root/vcproj-8
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-28 19:11:40 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-28 19:11:40 +0000
commitb27d8f616c4b97e1a35c2f0f347832e316de1c59 (patch)
treed1e7688c8a3051264e9db063c0dc9c9c4cd26dca /vcproj-8
parent9fc3ecf51324fd26aba173daf8c5409695747f79 (diff)
downloadhercules-b27d8f616c4b97e1a35c2f0f347832e316de1c59.tar.gz
hercules-b27d8f616c4b97e1a35c2f0f347832e316de1c59.tar.bz2
hercules-b27d8f616c4b97e1a35c2f0f347832e316de1c59.tar.xz
hercules-b27d8f616c4b97e1a35c2f0f347832e316de1c59.zip
- Part 3 of TheUltraMage's socket cleanup.
- Fixed the packet structure in mmo_char_send006b for PACKETVER 8. - Removed search_str from add_str (add_str already searches for the string). - Native script words like do,while,for,... are case insensitive now. - Changed SCRIPT_HASH_SIZE to 1021 (prime hash sizes give better distributions). - Added alternative hash implementations to the script engine (to try out later). removed int_homun.c from header section of the VS8 map project files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9588 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r--vcproj-8/char-server_txt.vcproj85
-rw-r--r--vcproj-8/map-server_txt.vcproj151
2 files changed, 153 insertions, 83 deletions
diff --git a/vcproj-8/char-server_txt.vcproj b/vcproj-8/char-server_txt.vcproj
index ac89c18ee..78622d919 100644
--- a/vcproj-8/char-server_txt.vcproj
+++ b/vcproj-8/char-server_txt.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="char-server_txt"
ProjectGUID="{D356871D-58E1-450B-967A-E3E9646175AF}"
RootNamespace="char-server_txt"
@@ -222,15 +222,15 @@
>
</File>
<File
- RelativePath="..\src\char\int_party.c"
+ RelativePath="..\src\char\int_homun.c"
>
</File>
<File
- RelativePath="..\src\char\int_pet.c"
+ RelativePath="..\src\char\int_party.c"
>
</File>
<File
- RelativePath="..\src\char\int_homun.c"
+ RelativePath="..\src\char\int_pet.c"
>
</File>
<File
@@ -300,81 +300,102 @@
</Filter>
<Filter
Name="Header Files"
- Filter="">
- <File
- RelativePath="..\src\char\char.h">
- </File>
+ >
<File
- RelativePath="..\src\common\core.h">
+ RelativePath="..\src\char\char.h"
+ >
</File>
<File
- RelativePath="..\src\common\db.h">
+ RelativePath="..\src\common\core.h"
+ >
</File>
<File
- RelativePath="..\src\common\graph.h">
+ RelativePath="..\src\common\db.h"
+ >
</File>
<File
- RelativePath="..\src\common\grfio.h">
+ RelativePath="..\src\common\graph.h"
+ >
</File>
<File
- RelativePath="..\src\char\int_guild.h">
+ RelativePath="..\src\common\grfio.h"
+ >
</File>
<File
- RelativePath="..\src\char\int_homun.c">
+ RelativePath="..\src\char\int_guild.h"
+ >
</File>
<File
- RelativePath="..\src\char\int_party.h">
+ RelativePath="..\src\char\int_party.h"
+ >
</File>
<File
- RelativePath="..\src\char\int_pet.h">
+ RelativePath="..\src\char\int_pet.h"
+ >
</File>
<File
- RelativePath="..\src\char\int_status.h">
+ RelativePath="..\src\char\int_status.h"
+ >
</File>
<File
- RelativePath="..\src\char\int_storage.h">
+ RelativePath="..\src\char\int_storage.h"
+ >
</File>
<File
- RelativePath="..\src\char\inter.h">
+ RelativePath="..\src\char\inter.h"
+ >
</File>
<File
- RelativePath="..\src\common\lock.h">
+ RelativePath="..\src\common\lock.h"
+ >
</File>
<File
- RelativePath="..\src\common\malloc.h">
+ RelativePath="..\src\common\malloc.h"
+ >
</File>
<File
- RelativePath="..\src\common\mapindex.h">
+ RelativePath="..\src\common\mapindex.h"
+ >
</File>
<File
- RelativePath="..\src\common\mmo.h">
+ RelativePath="..\src\common\mmo.h"
+ >
</File>
<File
- RelativePath="..\src\common\nullpo.h">
+ RelativePath="..\src\common\nullpo.h"
+ >
</File>
<File
- RelativePath="..\src\common\plugin.h">
+ RelativePath="..\src\common\plugin.h"
+ >
</File>
<File
- RelativePath="..\src\common\plugins.h">
+ RelativePath="..\src\common\plugins.h"
+ >
</File>
<File
- RelativePath="..\src\common\showmsg.h">
+ RelativePath="..\src\common\showmsg.h"
+ >
</File>
<File
- RelativePath="..\src\common\socket.h">
+ RelativePath="..\src\common\socket.h"
+ >
</File>
<File
- RelativePath="..\src\common\strlib.h">
+ RelativePath="..\src\common\strlib.h"
+ >
</File>
<File
- RelativePath="..\src\common\timer.h">
+ RelativePath="..\src\common\timer.h"
+ >
</File>
<File
- RelativePath="..\src\common\utils.h">
+ RelativePath="..\src\common\utils.h"
+ >
</File>
<File
- RelativePath="..\src\common\version.h">
+ RelativePath="..\src\common\version.h"
+ >
</File>
</Filter>
</Files>
diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj
index 2c2c73735..16611dfb2 100644
--- a/vcproj-8/map-server_txt.vcproj
+++ b/vcproj-8/map-server_txt.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="map-server_txt"
ProjectGUID="{D356871D-58E1-450B-967A-E1E9646175AF}"
RootNamespace="map-server_txt"
@@ -392,153 +392,202 @@
</Filter>
<Filter
Name="Header Files"
- Filter="">
+ >
<File
- RelativePath="..\src\map\atcommand.h">
+ RelativePath="..\src\map\atcommand.h"
+ >
</File>
<File
- RelativePath="..\src\map\battle.h">
+ RelativePath="..\src\map\battle.h"
+ >
</File>
<File
- RelativePath="..\src\common\cbasetypes.h">
+ RelativePath="..\src\common\cbasetypes.h"
+ >
</File>
<File
- RelativePath="..\src\map\charcommand.h">
+ RelativePath="..\src\map\charcommand.h"
+ >
</File>
<File
- RelativePath="..\src\map\charsave.h">
+ RelativePath="..\src\map\charsave.h"
+ >
</File>
<File
- RelativePath="..\src\map\chat.h">
+ RelativePath="..\src\map\chat.h"
+ >
</File>
<File
- RelativePath="..\src\map\chrif.h">
+ RelativePath="..\src\map\chrif.h"
+ >
</File>
<File
- RelativePath="..\src\map\clif.h">
+ RelativePath="..\src\map\clif.h"
+ >
</File>
<File
- RelativePath="..\src\common\core.h">
+ RelativePath="..\src\common\core.h"
+ >
</File>
<File
- RelativePath="..\src\map\date.h">
+ RelativePath="..\src\map\date.h"
+ >
</File>
<File
- RelativePath="..\src\common\db.h">
+ RelativePath="..\src\common\db.h"
+ >
</File>
<File
- RelativePath="..\src\common\ers.h">
+ RelativePath="..\src\common\ers.h"
+ >
</File>
<File
- RelativePath="..\src\common\graph.h">
+ RelativePath="..\src\common\graph.h"
+ >
</File>
<File
- RelativePath="..\src\common\grfio.h">
+ RelativePath="..\src\common\grfio.h"
+ >
</File>
<File
- RelativePath="..\src\map\guild.h">
+ RelativePath="..\src\map\guild.h"
+ >
</File>
<File
- RelativePath="..\src\map\intif.h">
+ RelativePath="..\src\map\intif.h"
+ >
</File>
<File
- RelativePath="..\src\map\irc.h">
+ RelativePath="..\src\map\irc.h"
+ >
</File>
<File
- RelativePath="..\src\map\itemdb.h">
+ RelativePath="..\src\map\itemdb.h"
+ >
</File>
<File
- RelativePath="..\src\common\limits.h">
+ RelativePath="..\src\common\limits.h"
+ >
</File>
<File
- RelativePath="..\src\common\lock.h">
+ RelativePath="..\src\common\lock.h"
+ >
</File>
<File
- RelativePath="..\src\map\log.h">
+ RelativePath="..\src\map\log.h"
+ >
</File>
<File
- RelativePath="..\src\map\mail.h">
+ RelativePath="..\src\map\mail.h"
+ >
</File>
<File
- RelativePath="..\src\common\malloc.h">
+ RelativePath="..\src\common\malloc.h"
+ >
</File>
<File
- RelativePath="..\src\map\map.h">
+ RelativePath="..\src\map\map.h"
+ >
</File>
<File
- RelativePath="..\src\common\mapindex.h">
+ RelativePath="..\src\common\mapindex.h"
+ >
</File>
<File
- RelativePath="..\src\map\mercenary.h">
+ RelativePath="..\src\map\mercenary.h"
+ >
</File>
<File
- RelativePath="..\src\common\mmo.h">
+ RelativePath="..\src\common\mmo.h"
+ >
</File>
<File
- RelativePath="..\src\map\mob.h">
+ RelativePath="..\src\map\mob.h"
+ >
</File>
<File
- RelativePath="..\src\map\npc.h">
+ RelativePath="..\src\map\npc.h"
+ >
</File>
<File
- RelativePath="..\src\common\nullpo.h">
+ RelativePath="..\src\common\nullpo.h"
+ >
</File>
<File
- RelativePath="..\src\map\party.h">
+ RelativePath="..\src\map\party.h"
+ >
</File>
<File
- RelativePath="..\src\map\pc.h">
+ RelativePath="..\src\map\pc.h"
+ >
</File>
<File
- RelativePath="..\src\map\pcre.h">
+ RelativePath="..\src\map\pcre.h"
+ >
</File>
<File
- RelativePath="..\src\map\pet.h">
+ RelativePath="..\src\map\pet.h"
+ >
</File>
<File
- RelativePath="..\src\common\plugin.h">
+ RelativePath="..\src\common\plugin.h"
+ >
</File>
<File
- RelativePath="..\src\common\plugins.h">
+ RelativePath="..\src\common\plugins.h"
+ >
</File>
<File
- RelativePath="..\src\map\script.h">
+ RelativePath="..\src\map\script.h"
+ >
</File>
<File
- RelativePath="..\src\common\showmsg.h">
+ RelativePath="..\src\common\showmsg.h"
+ >
</File>
<File
- RelativePath="..\src\map\skill.h">
+ RelativePath="..\src\map\skill.h"
+ >
</File>
<File
- RelativePath="..\src\common\socket.h">
+ RelativePath="..\src\common\socket.h"
+ >
</File>
<File
- RelativePath="..\src\map\status.h">
+ RelativePath="..\src\map\status.h"
+ >
</File>
<File
- RelativePath="..\src\map\storage.h">
+ RelativePath="..\src\map\storage.h"
+ >
</File>
<File
- RelativePath="..\src\common\strlib.h">
+ RelativePath="..\src\common\strlib.h"
+ >
</File>
<File
- RelativePath="..\src\common\timer.h">
+ RelativePath="..\src\common\timer.h"
+ >
</File>
<File
- RelativePath="..\src\map\trade.h">
+ RelativePath="..\src\map\trade.h"
+ >
</File>
<File
- RelativePath="..\src\map\unit.h">
+ RelativePath="..\src\map\unit.h"
+ >
</File>
<File
- RelativePath="..\src\common\utils.h">
+ RelativePath="..\src\common\utils.h"
+ >
</File>
<File
- RelativePath="..\src\map\vending.h">
+ RelativePath="..\src\map\vending.h"
+ >
</File>
<File
- RelativePath="..\src\common\version.h">
+ RelativePath="..\src\common\version.h"
+ >
</File>
</Filter>
</Files>