Alex
8199821343
Merge pull request #196 from addtheice/RunQueryToDatabaseQuery_EQLConfig
...
Run query to database query eql config
2014-08-21 14:04:32 -07:00
Alex
d5a5635a14
Merge pull request #192 from addtheice/RunQueryToDatabaseQuery_EQW
...
Run query to database query eqw
2014-08-20 21:03:44 -07:00
Alex
f8dc8be6e6
Merge pull request #191 from addtheice/RunQueryToDatabaseQuery_AdventureManager
...
Run query to database query adventure manager
2014-08-20 21:03:23 -07:00
Arthur Ice
e2d85337d0
Process converted to QueryDatabase
2014-08-18 18:55:09 -07:00
Arthur Ice
c4f1f57f74
SetDynamicCount converted to QueryDatabase
2014-08-18 18:38:51 -07:00
KimLS
a602640188
Merge branch 'master' into web_interface
2014-08-18 18:36:31 -07:00
Arthur Ice
ab70427b7d
DeleteStaticZone converted to QueryDatabase
2014-08-18 18:36:08 -07:00
Arthur Ice
0af394fb96
ChangeStaticZone converted to QueryDatabase
2014-08-18 18:34:15 -07:00
Arthur Ice
e4320f98f8
BootStaticZone converted to QueryDatabase
2014-08-18 18:31:20 -07:00
Arthur Ice
b5a46735df
DeleteLauncher converted to QueryDatabase
2014-08-18 18:28:54 -07:00
Arthur Ice
352d46d2ee
CreateLauncher converted to QueryDatabase
2014-08-18 18:25:26 -07:00
Arthur Ice
b672475166
LoadSettings converted to QueryDatabase
2014-08-18 18:23:22 -07:00
Arthur Ice
7b33ef67f2
ResolveBug converted to QueryDatabase
2014-08-18 16:17:07 -07:00
Arthur Ice
9270c45a5e
GetBugDetails converted to QueryDatabase
2014-08-18 16:15:47 -07:00
Arthur Ice
34f051ab9a
ListBugs converted to QueryDatabase
2014-08-18 16:13:11 -07:00
Arthur Ice
a2280d1fe5
CountBugs converted to QueryDatabase
2014-08-18 16:10:39 -07:00
Arthur Ice
042613d234
LoadLeaderboardInfo converted to QueryDatabase
2014-08-18 16:06:20 -07:00
Arthur Ice
8b05eff179
LoadAdventureEntries converted to QueryDatabase
2014-08-18 16:05:22 -07:00
Arthur Ice
41182de4f2
MoveCorpsesToGraveyard converted to QueryDatabase
2014-08-18 15:56:02 -07:00
Arthur Ice
37b45be6d8
LoadAdventureTemplate converted to QueryDatabase
2014-08-18 15:34:41 -07:00
Akkadius
7c3cfd43de
Stuff
2014-08-03 01:20:19 -05:00
KimLS
379ecc655c
Changed a bunch of function names to be shorter but still descriptive
2014-08-02 14:31:39 -07:00
KimLS
ae30d8b257
More cleanup
2014-08-01 19:07:54 -07:00
KimLS
40b555a55b
More work on subscription events, and relaying through world.
2014-08-01 18:29:41 -07:00
KimLS
002f5e3bcc
Work on relay
2014-07-30 20:07:36 -07:00
KimLS
780789fbad
More work on getting remote calls up and running, added two remote calls list_zones and get_zone_info.
2014-07-30 15:23:14 -07:00
Arthur Ice
0f6ce6a1f4
Upstream merge
2014-07-30 14:46:02 -07:00
Chris M
da6d7538b0
Position updates with do_pos_update test call
2014-07-22 23:14:44 -05:00
Chris M
e442d682cd
Added rapidjson library
...
Added web_interface_utils.cpp/.h to common to provide string based functions for outputting JSON
Adjusted CMake to include rapidjson library and new web_interface_utils.h/cpp to common
Currently, I have code set up hackishly for testing so do not think it is final. It is merely for demonstrating what I've done and played with.
2014-07-20 15:02:06 -05:00
KimLS
b7e36feeeb
Removed more socket server stuff, changed some of the build stuff.
2014-07-14 15:44:28 -07:00
KimLS
80892f1d4d
Reworking a lot of stuff at once, this will look very chaotic.
2014-07-14 15:09:55 -07:00
Michael Cook (mackal)
cc69e81dab
Fix case-sensitive issue
2014-07-08 21:09:56 -07:00
Arthur Ice
6a59b83d43
StringFormat converted to move semantics
2014-07-08 21:09:55 -07:00
Chris M
3e0f6b8520
Initial Socket Server implementation with CMakeLists.txt updated. Socket server will connect to world at this point.
2014-07-08 21:09:55 -07:00
KimLS
9e3e8dbfa6
Cleaned up web interface server, starting work on getting tcp connections to persist then will hook it up to the websockets/http/whatever else we deem worthy.
2014-07-07 22:19:46 -07:00
Michael Cook (mackal)
e599555ddb
Fix case-sensitive issue
2014-07-04 00:46:53 -04:00
Chris M
a92b4c04e9
Initial Socket Server implementation with CMakeLists.txt updated. Socket server will connect to world at this point.
2014-07-02 22:17:45 -05:00
Corysia Taware
4d70cb20e7
Merge remote-tracking branch 'upstream/master'
2014-04-07 10:05:46 -07:00
Akkadius
7cfc5b085e
(Performance Adjustment) Removed AsyncLoadVariables from InterserverTimer.Check() in both zone and world. By watching the MySQL general.log file on mass zone idle activity, you can
...
see that the query 'SELECT varname, value, unix_timestamp() FROM variables where unix_timestamp(ts) >= timestamp' is called every 10 seconds. This function is loading
variables that are initially loaded on World and Zone bootup. When running a large amount of zone servers, the amount of MySQL chatter that is produced is enormous and
unnecessary. For example, if I ran 400 zone servers, I would see 3,456,000 unnecessary queries from all idle or active zone processes in a 24 hour interval.
2014-04-05 03:38:58 -05:00
Corysia Taware
f6046477b4
Changes for intel Mac OSX build
2014-04-03 14:10:03 -07:00
Michael Cook (mackal)
4216627604
Prefer prefix ++/-- on non-primitive types
...
Postfix ++/-- might cause the creation of a tmp instance
that might be optimized out. Mights are bad. Prefix doesn't
have this problem.
2014-01-13 22:14:02 -05:00
Uleat
e3805d5920
Converted SkillType typedef enumeration to SkillUseTypes enumeration
2013-10-27 13:03:41 -04:00
Uleat
0d5fc26841
Converted MATERIAL defines to MaterialUseSlots enumeration
2013-10-27 08:01:37 -04:00
Michael Cook
98c835e470
Fix Titanium clients from not being able to start in Tutorial zone.
2013-10-12 00:29:44 -04:00
JJ
549dfc9781
Allow use of Go Home button when Tutorial still selected in RoF.
2013-10-11 22:40:49 -04:00
JJ
8327f22f6f
Revert change to EnterWorldPacket introduced on 22 April 2013 to fix inability to enter Tutorial or Go Home from character select screen.
2013-10-10 22:38:23 -04:00
Dmitry Marakasov
7ee417ab05
Simplify conditional linking with libdl
2013-10-09 19:27:52 +04:00
KimLS
fcd9b525a8
Removed Common Profiler and Zone Profiler. They're well past outdated status and are just code bloat.
2013-08-29 15:46:40 -07:00
Alex
dfe63f87c3
Merge pull request #78 from j883376/cleanups
...
Code cleanups, take two
2013-07-12 13:36:02 -07:00
j883376
0578f45490
Revert "Revert "Merge pull request #77 from j883376/cleanups""
...
This reverts commit d25205d9d381dc83d610fa1084019b90cfe83e1c.
2013-06-28 04:25:44 -04:00