Mordred
824a308359
Merge pull request #215 from goaaats/ex-rework
...
Use millisecond accuracy for replays
2018-01-09 23:45:17 +01:00
Mordred
53c28e04f8
Merge pull request #215 from goaaats/ex-rework
...
Use millisecond accuracy for replays
2018-01-09 23:45:17 +01:00
Mordred
b26236c99b
another event rewrite approach
2018-01-09 23:44:02 +01:00
Mordred
8d967870bd
another event rewrite approach
2018-01-09 23:44:02 +01:00
goaaats
1f8e5f18a8
Don't log replays
2018-01-09 18:56:05 +01:00
goaaats
bcd4ea0dfe
Don't log replays
2018-01-09 18:56:05 +01:00
goaaats
691f5dfd54
Replay packets by milliseconds
2018-01-09 18:54:09 +01:00
goaaats
ef954b202d
Replay packets by milliseconds
2018-01-09 18:54:09 +01:00
Mordred
72ae0b5bcb
Merge pull request #214 from goaaats/ex-rework
...
Added basic capture replay
2018-01-08 23:41:00 +01:00
Mordred
6a13729dca
Merge pull request #214 from goaaats/ex-rework
...
Added basic capture replay
2018-01-08 23:41:00 +01:00
goaaats
9f145c28c2
Style, cleanup
2018-01-08 23:38:27 +01:00
goaaats
5b5406fd7a
Style, cleanup
2018-01-08 23:38:27 +01:00
goaaats
f6ed8125b0
Style fixes
2018-01-08 23:23:09 +01:00
goaaats
a543a149cc
Style fixes
2018-01-08 23:23:09 +01:00
goaaats
da906586ea
Added basic capture replay
2018-01-08 21:42:44 +01:00
goaaats
a25ee827a5
Added basic capture replay
2018-01-08 21:42:44 +01:00
Mordred
8519f118fe
Merge pull request #212 from GokuWeedLord/feature/nativescripting
...
generally simplify scripting system internals
2018-01-05 18:22:58 +01:00
Mordred
ffaa89a35e
Merge pull request #212 from GokuWeedLord/feature/nativescripting
...
generally simplify scripting system internals
2018-01-05 18:22:58 +01:00
Mordred
f812b31721
Merge pull request #213 from AcedArmy/Chai_to_Native
...
Ported the Quarrels with Squirrels Quest from Chai
2018-01-05 18:22:18 +01:00
Mordred
c8a2e455d7
Merge pull request #213 from AcedArmy/Chai_to_Native
...
Ported the Quarrels with Squirrels Quest from Chai
2018-01-05 18:22:18 +01:00
Mordred
7abc33c930
Update SubFst002.cpp
...
removed unneeded space
2018-01-05 18:21:49 +01:00
Mordred
0a81f0a0c8
Update SubFst002.cpp
...
removed unneeded space
2018-01-05 18:21:49 +01:00
Biscuit Boy
4a6fa2e9da
Added Space in Func Call Arguments
2018-01-05 23:44:08 +11:00
Biscuit Boy
e8ebcb812c
Added Space in Func Call Arguments
2018-01-05 23:44:08 +11:00
Biscuit Boy
8b1e246cc2
Fixed The Formatting Again
...
Please be the last time
2018-01-05 23:29:09 +11:00
Biscuit Boy
8dc9faa7dc
Fixed The Formatting Again
...
Please be the last time
2018-01-05 23:29:09 +11:00
Adam
275d770c78
whitespace fixes
2018-01-04 22:40:48 +11:00
Adam
5ea6682692
whitespace fixes
2018-01-04 22:40:48 +11:00
Adam
8009bc53bb
use dynamic_cast instead of static_cast in script getter
2018-01-04 22:24:13 +11:00
Adam
2b40db7007
use dynamic_cast instead of static_cast in script getter
2018-01-04 22:24:13 +11:00
Adam
19dcbd347d
generally simplify scripting system internals
2018-01-04 16:14:14 +11:00
Adam
7ee0ba330e
generally simplify scripting system internals
2018-01-04 16:14:14 +11:00
Biscuit
f71b5ab7f3
Ported the Quarrels with Squirrels Quest from Chai
...
Ported the Quarrels with Squirrels from the old ChaiScript over to Native.
I cannot Test the Port up to Killing a NPC right now since a Bug, but after the Bug is fixed it should work fine.
2017-12-30 14:21:33 +11:00
Biscuit
73cc3f3deb
Ported the Quarrels with Squirrels Quest from Chai
...
Ported the Quarrels with Squirrels from the old ChaiScript over to Native.
I cannot Test the Port up to Killing a NPC right now since a Bug, but after the Bug is fixed it should work fine.
2017-12-30 14:21:33 +11:00
Biscuit
d8c58c679f
Merge pull request to Update Master
...
Updated to latest master
2017-12-30 14:15:30 +11:00
Biscuit
8af8f2f3f0
Merge pull request to Update Master
...
Updated to latest master
2017-12-30 14:15:30 +11:00
Mordred
6d1d34830f
Merge remote-tracking branch 'origin/native_scripting'
2017-12-29 22:51:27 +01:00
Mordred
31a2cf0209
Merge remote-tracking branch 'origin/native_scripting'
2017-12-29 22:51:27 +01:00
Mordred
07dbb25480
Removed all chaiscripts, check git history if you really want em
2017-12-29 20:14:39 +01:00
Mordred
4689615d00
Removed all chaiscripts, check git history if you really want em
2017-12-29 20:14:39 +01:00
Mordred
e824446fce
Just style fixes
2017-12-29 20:12:03 +01:00
Mordred
f6ae3a35c3
Just style fixes
2017-12-29 20:12:03 +01:00
Adam
86818e14ed
remove EXPORT_SCRIPTOBJECT from generated scripts - unused now
2017-12-28 00:08:20 +11:00
Adam
6fd9bb1813
remove EXPORT_SCRIPTOBJECT from generated scripts - unused now
2017-12-28 00:08:20 +11:00
Adam
97dcf5640e
Merge remote-tracking branch 'upstream/native_scripting' into feature/nativescripting
2017-12-27 19:49:13 +11:00
Adam
c7ada57d45
Merge remote-tracking branch 'upstream/native_scripting' into feature/nativescripting
2017-12-27 19:49:13 +11:00
Mordred
da15e65c00
Merge pull request #204 from GokuWeedLord/fix/set-classjob
...
fix !set classjob not setting up classes properly
2017-12-27 09:34:35 +01:00
Mordred
75c2dfffd2
Merge pull request #204 from GokuWeedLord/fix/set-classjob
...
fix !set classjob not setting up classes properly
2017-12-27 09:34:35 +01:00
Mordred
76cd9cdd80
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
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