1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00
Commit graph

1069 commits

Author SHA1 Message Date
Mordred
c1973990cc
Merge pull request #208 from GokuWeedLord/feature/nativescripting
scripts are now built into common libs instead of seperate libs
2017-12-27 09:33:54 +01:00
Adam
897e02093f delete unloaded scripts 2017-12-27 18:53:45 +11:00
Adam
ac9613f2f5 scripts are now built into common libs instead of seperate libs 2017-12-27 18:47:51 +11:00
Adam
3a05770330 Merge remote-tracking branch 'upstream/native_scripting' into fix/set-classjob 2017-12-27 12:52:23 +11:00
Mordred
dcaffaa68b
Merge pull request #207 from AcedArmy/master
Hopefully Added All Aetheryte Positions for ARR
2017-12-25 00:30:58 +01:00
Mordred
afe2600853
Merge pull request #206 from goaaats/patch-1
Fix ADD commands
2017-12-25 00:30:21 +01:00
Biscuit
3723e2f0d8
Hopefully Added All Aetheryte Positions for ARR 2017-12-23 03:48:52 +11:00
goaaats
dbac086121
Fix ADD commands 2017-12-22 16:34:05 +01:00
Mordred
7b4f8f8689
Merge pull request #201 from takhlaq/tools
updated quest_parser for c++ scripting, fixed typo in pcb_reader
2017-12-20 23:33:24 +01:00
Mordred Admin
2a11428c09 Build fix 2017-12-20 15:28:12 +01:00
Tahir Akhlaq
0e82bf859a style fixes in ManFst004 2017-12-20 14:23:45 +00:00
Tahir Akhlaq
85e2ea072d Merge branch 'native_scripting' of https://github.com/SapphireMordred/Sapphire into native_scripting
# Conflicts:
#	scripts/native/CMakeLists.txt
#	src/tools/quest_parser/main.cpp
2017-12-20 13:23:49 +00:00
Mordred Admin
255cb196c1 readding version to gitignore 2017-12-20 13:42:35 +01:00
Mordred Admin
e48a8c8e39 Git version fix 2017-12-20 13:41:13 +01:00
Mordred Admin
0f3f51c304 #182 - Renamed targets to be less ambigious 2017-12-19 09:27:22 +01:00
Mordred
232d9cd1ad Windows build fix 2017-12-18 23:10:36 +01:00
Mordred Admin
4606e83d15 Another attempt at fixing the build 2017-12-18 14:45:15 +01:00
Tahir Akhlaq
d799f2e3c2 added close to home quest 2017-12-18 12:01:38 +00:00
Mordred Admin
32d886675c Windows build fix 2017-12-18 12:57:24 +01:00
Mordred Admin
e0f93eaf1c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01:00
Mordred
1673292b62 Removed old actorspawn structure as it is not used anymore 2017-12-17 23:49:11 +01:00
Mordred
19b67d057a Fixed questmessage and a quest field size 2017-12-17 18:50:03 +01:00
Tahir Akhlaq
7316660a70 clean up generated script public/private members 2017-12-17 10:56:41 +00:00
Tahir Akhlaq
4372179546 update quest_parser for c++ scripting
- fixed pcb_reader path
2017-12-17 09:56:35 +00:00
GokuWeedLord
b0d200ef06 fix !set classjob not setting up classes properly 2017-12-16 23:00:04 +11:00
Mordred
ca12902588
Merge pull request #203 from GokuWeedLord/feature/nativescripting
add some gridania quests and move some constants into ScriptObject
2017-12-16 10:27:46 +01:00
GokuWeedLord
8efeb4a0fa fix compile warning 2017-12-16 19:05:14 +11:00
GokuWeedLord
ab91e0c90d opening quests done, still missing some functionality but you teleport into the real zones 2017-12-16 14:45:40 +11:00
GokuWeedLord
ec4209c57f add some gridania quests and move some constants into ScriptObject 2017-12-16 12:13:45 +11:00
Mordred
0c87adbb51 Forgot to fix field name 2017-12-16 00:57:52 +01:00
Mordred
73cf452fb8 Greatly improved initui and changed DB and player field sizes 2017-12-16 00:41:51 +01:00
Mordred
2da6b7a47b
Merge pull request #202 from GokuWeedLord/feature/nativescripting
automagically reload rebuilt scripts
2017-12-14 23:54:48 +01:00
GokuWeedLord
052add56e2 improve script reloading and fix openinggridania 2017-12-15 00:19:30 +11:00
GokuWeedLord
b6730df029 my spacebar died for my sins 2017-12-14 23:11:29 +11:00
GokuWeedLord
7df77ae520 change reload -> queue reload & some minor refactoring 2017-12-14 23:05:53 +11:00
GokuWeedLord
0f4e30c3e3 automagically reload rebuilt scripts 2017-12-14 22:30:06 +11:00
Mordred
c0daf3b7bc
Merge pull request #199 from GokuWeedLord/feature/nativescripting
Native Scripting
2017-12-14 09:11:20 +01:00
GokuWeedLord
21e888d306 Travis: A Lost Hope - Episode VI DLC 1 2017-12-14 17:38:50 +11:00
GokuWeedLord
24c8ddc4df Travis: A Lost Hope - Episode VI 2017-12-14 17:37:39 +11:00
GokuWeedLord
a4589f8dac fix deps 2017-12-14 17:21:42 +11:00
GokuWeedLord
0ccf1b401c fix add-apt-repository cmd 2017-12-14 17:11:07 +11:00
GokuWeedLord
96536f58d0 maybe travis will use boost1.63 2017-12-14 17:02:30 +11:00
GokuWeedLord
ec4c8ebf30 update boost ver on appveyor & set cxx flags for experimental/filesystem 2017-12-14 16:46:51 +11:00
GokuWeedLord
7368db5b42 maybe, just maybe, it builds on travis now 2017-12-14 15:03:23 +11:00
GokuWeedLord
5009be1520 add module cache back, add reload functionality/debug cmd 2017-12-14 13:23:59 +11:00
GokuWeedLord
4546bafb6f remove module cache code 2017-12-13 23:08:16 +11:00
GokuWeedLord
9cfe995da5 hopefully it'll build properly on windows/linux 2017-12-13 23:08:02 +11:00
GokuWeedLord
3656f15d75 copy scripts to a cache before loading, update config, implement all scriptmanager functionality 2017-12-13 22:19:00 +11:00
GokuWeedLord
53ff4b9330 generally simplify code and change nativescript to nativescriptmanager 2017-12-13 15:07:03 +11:00
GokuWeedLord
3d3f92d7ca use precompiled headers for script compilation on msvc 2017-12-13 14:20:11 +11:00