16
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 16, 2024 — Jan 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added range check to use mechanisms (or any action location script). More... about 11 years ago
Don't compare csArray<csString> to NULL More... about 11 years ago
Fixed case of #include
Talad
as lpancallo
More... about 11 years ago
Visual-C++ project files: Automated Visual-C++ project file repair.
Talad
as lpancallo
More... about 11 years ago
Auto-formatting
Talad
as lpancallo
More... about 11 years ago
Merge of combat enhancements from GSoC 2011 plus rework of some areas.
Talad
as lpancallo
More... about 11 years ago
Update target hit points when player is targeted by NPC. More... about 11 years ago
inplace flag doesn't need to be set when dropping items into the world. More... about 11 years ago
Added mathscript to calculate combine quality More... about 11 years ago
Fix SIGSEGV by releasing the static csRef before CS destroys the nullmesh object. More... about 11 years ago
Use GetALPtr() instead of direct cast. More... about 11 years ago
Use csPDelArray so gemNPCObjects are deleted in ~psNPCClient() More... about 11 years ago
Fix memory leaks by using csPDelArray<> instead of csArray<>, avoid confusing local var npcs from class var npcs More... about 11 years ago
Use correct allocator to match dtFree() call. (found by valgrind) More... about 11 years ago
Allow training without practice. Add this to psserver.cfg
Talad
as lpancallo
More... about 11 years ago
when client sends a blank spell cast request, the server responds by sending the current active magic list. this corrects the problem where the active magic bar is blank at startup even if there are things active. More... about 11 years ago
Allow money to be dropped into the world. (patch from Neeno) More... about 11 years ago
Improved messages
Talad
as lpancallo
More... about 11 years ago
Fix 6334 - Command /takestackall doesn't work on the Arena oven when targeting with mouse More... about 11 years ago
Fixed KA page access
Talad
as lpancallo
More... about 11 years ago
Updated edit natural resources page to have also new hunt location fields.
Talad
as lpancallo
More... about 11 years ago
Revert rev 9247 - not a fix (yet) More... about 11 years ago
Revert rev 9245 and fix compiler warnings. More... about 11 years ago
Sort the modifier lists. More... about 11 years ago
Fix spelling of successful. More... about 11 years ago
Another fix for 6211: make the target be the container, not the action location. More... about 11 years ago
Don't need to call UpdateProxList() after CreateItem() More... about 11 years ago
Limit requested securitly level, not current level More... about 11 years ago
Added quantity argument to /item command More... about 11 years ago
Fix unsigned comparison compiler warning More... about 11 years ago