0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 20 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote branch 'kyle/dbConfig+Grid' into grid-events More... over 13 years ago
more stragglers, plus some cleanup More... over 13 years ago
Merge branch 'event_dispatcher' into grid-events More... over 13 years ago
some bug fixes More... over 13 years ago
Merge remote branch 'sch/gridmerge' into feature_DBConnectionConfig More... over 13 years ago
fixed an issue with systemmessages not being properly build in structuremanager More... over 13 years ago
fixed the last commit fixed an issue wit the session not executing commands More... over 13 years ago
fixed an issue with updateing playerpermissions on houses More... over 13 years ago
unnecessary mutexes removed More... over 13 years ago
cleaned up some of the recursive mutexes to not be called inside itself More... over 13 years ago
Add libanh as a default linked project library More... over 13 years ago
Updated base interface classes IEvent and IEventDispatcher More... over 13 years ago
Added test and passing code to verify that the event dispatcher sets an events timestamp when triggered. More... over 13 years ago
Behind the scenes we use the priority of the event to determine which event queue it should go into. This will help to load balance, putting emphasis on the higher priority events. More... over 13 years ago
Fixed spelling on test name More... over 13 years ago
Added priority field to events. More... over 13 years ago
remaining queries prefixed and some fixes, looks to be pretty stable More... over 13 years ago
silly problem fixed More... over 13 years ago
fixed a logic error where the grid removed the row the player was in instead of the easternmost column when the player was moving west fixed a logic error where we were faultily doing a bitwise AND (&) instead of a logical AND (&&) when checking what bucketcontent to read More... over 13 years ago
a few missed queries and a few fixes More... over 13 years ago
found a few stragglers that regex missed More... over 13 years ago
first full initial pass completed to prefix all sql queries. More... over 13 years ago
Added test and passing code to ensure that a callback (if given) is invoked after processing a queued event. More... over 13 years ago
all select FROM have been converted More... over 13 years ago
removed unecessary and invalid ' ' around %s More... over 13 years ago
Added test and passing code to check that ticking dispatchers the queued events. More... over 13 years ago
merged pre-regex changes More... over 13 years ago
updated sp's and sf's with schema prefix More... over 13 years ago
changes before regex More... over 13 years ago
Added a few more tests for the event dispatcher. More... over 13 years ago