.. |
server
|
2d2991a1fd
TXT reference removal from emulator.
|
10 anni fa |
CMakeLists.txt
|
611dee0753
Fix cmake (#2554)
|
7 anni fa |
Makefile.in
|
cc1d26fe74
Inter server C++ conversion (#2322)
|
7 anni fa |
achievement.c
|
60d59124a3
Migrated script.c to C++ (#2404)
|
7 anni fa |
achievement.h
|
60d59124a3
Migrated script.c to C++ (#2404)
|
7 anni fa |
atcommand.c
|
cb760a0a42
Adjusted atcommand go for new novi grounds
|
7 anni fa |
atcommand.h
|
71421a4268
Made global variables in header files extern and implement them in their respective source file. (#2318)
|
7 anni fa |
battle.c
|
5208d16995
Item Shop Trade Restriction adjustment (#2517)
|
7 anni fa |
battle.h
|
0e4ffdacdb
Adds pk_mode_mes displayed on joining a pk zone. (#2400)
|
7 anni fa |
battleground.c
|
a597e7bd34
Some more pointer casts and enum fixes.
|
9 anni fa |
battleground.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
buyingstore.c
|
068ea0a4ba
Fixed char saving after buyingstore transactions
|
8 anni fa |
buyingstore.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
cashshop.c
|
da23d877d1
Fixed a compiler warning
|
8 anni fa |
cashshop.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
channel.c
|
9eaabd5f6c
Fixed mod permissions for private channels (#2262)
|
7 anni fa |
channel.h
|
60d59124a3
Migrated script.c to C++ (#2404)
|
7 anni fa |
chat.c
|
3e51f68570
Adjusted the Achievement Chat Counter
|
7 anni fa |
chat.h
|
bae01b5c42
Waiting room utils:
|
10 anni fa |
chrif.c
|
7f5411da07
Initial release of the Achievement System (#2044)
|
7 anni fa |
chrif.h
|
71421a4268
Made global variables in header files extern and implement them in their respective source file. (#2318)
|
7 anni fa |
clan.c
|
633d50fa72
Atcommand clanspy
|
8 anni fa |
clan.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
clif.cpp
|
5208d16995
Item Shop Trade Restriction adjustment (#2517)
|
7 anni fa |
clif.h
|
db37fc7ddd
Fixes required equipment check for skills (#2374)
|
7 anni fa |
clif_obfuscation.h
|
7dc6f7577c
Support for october clients
|
7 anni fa |
clif_packetdb.h
|
7de7472782
Added support for some missing clients (#2458)
|
7 anni fa |
clif_shuffle.h
|
7dc6f7577c
Support for october clients
|
7 anni fa |
date.c
|
93f74cf567
Fixed the day of the year function
|
8 anni fa |
date.h
|
58776da1ac
Basic RODEX support (#2186)
|
8 anni fa |
duel.c
|
d8768e4cae
Cleaned up the colored messages (fixes #1855)
|
8 anni fa |
duel.h
|
f6e76387c7
-Fix bugreport:7904 (clif warning for cashshop #else date)
|
12 anni fa |
elemental.c
|
1bfe8475c8
Corrected Elemental flee calculation
|
7 anni fa |
elemental.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
guild.c
|
b21f7c0a1f
Config for guild alliance only by master (#2291)
|
7 anni fa |
guild.h
|
a3c0590508
Added some checks to guild leader change
|
8 anni fa |
homunculus.c
|
f42c2ff211
Moved some remaining constants into src (#2501)
|
7 anni fa |
homunculus.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
instance.c
|
05a778d6a3
Fixes damage skills which ignored walls. (#1453)
|
8 anni fa |
instance.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
intif.c
|
cc1d26fe74
Inter server C++ conversion (#2322)
|
7 anni fa |
intif.h
|
7f5411da07
Initial release of the Achievement System (#2044)
|
7 anni fa |
itemdb.c
|
48fcc92a9c
Follow up to 828f78322b12b42a11bb7974777010076e5b8753
|
7 anni fa |
itemdb.h
|
5208d16995
Item Shop Trade Restriction adjustment (#2517)
|
7 anni fa |
log.c
|
11f0a1f9d1
Clan Chat logging is now available
|
8 anni fa |
log.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
mail.c
|
4dfeeade06
Resolve some compile warnings
|
8 anni fa |
mail.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
map-server.vcxproj
|
2606cf977f
Migrated skill.c to C++ (#2500)
|
7 anni fa |
map-server.vcxproj.filters
|
2606cf977f
Migrated skill.c to C++ (#2500)
|
7 anni fa |
map.cpp
|
3b219565d3
Enabled import for translations by default (#2535)
|
7 anni fa |
map.h
|
71421a4268
Made global variables in header files extern and implement them in their respective source file. (#2318)
|
7 anni fa |
mapreg.c
|
71421a4268
Made global variables in header files extern and implement them in their respective source file. (#2318)
|
7 anni fa |
mapreg.h
|
71421a4268
Made global variables in header files extern and implement them in their respective source file. (#2318)
|
7 anni fa |
mercenary.c
|
2a4fc75baa
Fixed script command unitkill crashing the server (fixes #1027)
|
9 anni fa |
mercenary.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
mob.cpp
|
215aa158ed
Follow up to aa6e8987db08ecd7dfb06ab55f4e44009e174175.
|
7 anni fa |
mob.h
|
593ac62757
Convert mob.c to mob.cpp.
|
7 anni fa |
npc.c
|
5208d16995
Item Shop Trade Restriction adjustment (#2517)
|
7 anni fa |
npc.h
|
af358809b9
New npc and mob IDs
|
7 anni fa |
npc_chat.c
|
8066bdef46
Data alignement
|
10 anni fa |
party.c
|
515fa6a163
Corrected the Chorus skills damage bonus (#2379)
|
7 anni fa |
party.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
path.c
|
a46e012619
Made cbasetypes.h more C++ compatible (#2315)
|
7 anni fa |
path.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
pc.c
|
5208d16995
Item Shop Trade Restriction adjustment (#2517)
|
7 anni fa |
pc.h
|
c73e10cb30
Added new 2016 Wedding skills (#2479)
|
7 anni fa |
pc_groups.c
|
a597e7bd34
Some more pointer casts and enum fixes.
|
9 anni fa |
pc_groups.h
|
2aefe6c188
Fixed 2 compilation warnings
|
8 anni fa |
pet.c
|
7f5411da07
Initial release of the Achievement System (#2044)
|
7 anni fa |
pet.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
quest.c
|
60d59124a3
Migrated script.c to C++ (#2404)
|
7 anni fa |
quest.h
|
60d59124a3
Migrated script.c to C++ (#2404)
|
7 anni fa |
script.cpp
|
2830183eaa
Implemented round,floor,ceil script commands. (#2524)
|
7 anni fa |
script.h
|
8c2f727f64
Added support for 3 new hat effects
|
7 anni fa |
script_constants.h
|
af358809b9
New npc and mob IDs
|
7 anni fa |
searchstore.c
|
a46e012619
Made cbasetypes.h more C++ compatible (#2315)
|
7 anni fa |
searchstore.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
skill.cpp
|
2c1df58ba4
Corrected Dark Claw behavior (#2548)
|
7 anni fa |
skill.h
|
c73e10cb30
Added new 2016 Wedding skills (#2479)
|
7 anni fa |
status.c
|
828f7d6ec2
Fixed a typo with SC_CHEERUP
|
7 anni fa |
status.h
|
c73e10cb30
Added new 2016 Wedding skills (#2479)
|
7 anni fa |
storage.c
|
cc1d26fe74
Inter server C++ conversion (#2322)
|
7 anni fa |
storage.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
trade.c
|
d99c91418a
Cleaned up character saving (#1911)
|
8 anni fa |
trade.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |
unit.c
|
f42c2ff211
Moved some remaining constants into src (#2501)
|
7 anni fa |
unit.h
|
d86c8a81be
Expanded script command unitstopwalk (#2258)
|
7 anni fa |
vending.c
|
18e0f0ab48
Fixed searchstore for vendings with item id > 32k
|
7 anni fa |
vending.h
|
4a2574c599
Migrate core source files to C++. Add yaml-cpp project as dependency (#2207)
|
8 anni fa |