Subversion Repositories WoWGM

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
44 7 d 14 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Bootstrap/ fix(build): add missing Bootstrap Premake script  
43 7 d 14 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ Replace the Visual Studio project files with a Premake build system  
42 7 d 21 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Bootstrap/Resources/ [Bootstrap] Replace DLL resource placeholders with empty files  
41 340 d 21 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the DLoc debug console command  
40 340 d 21 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Add the ObjectMgr class and fix a compilation issue with the previous commit  
39 369 d 20 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Add object mirror fields under new file Object/mirror.h  
38 369 d 20 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Object/ObjectClient/ Add OBJECT_TYPE_ID and OBJECT_TYPE enum types to Object_C.h  
37 369 d 21 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Implement the CGObject_C class and make CGPlayer_C derive from it  
36 498 d 20 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ Cleaned up the WoW code base in preparation for the initial release  
35 509 d 10 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Engine/Base/ Set the proper address for function pointers CDataStore::Get(char/uchar &)  
34 509 d 20 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Cleaned up the WoW code base in preparation for the initial release  
33 513 d 0 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented the Beastmaster console command  
32 513 d 0 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ Cleaned up the WoW code base in preparation for the initial release  
31 537 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Cleaned up the WoW code base in preparation for the initial release  
30 540 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented console commands Bug and Suggestion  
29 540 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Console/ Implemented function ConsolePrintf  
28 540 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/WowSvcs/ Implemented function ClientServices_Report  
27 540 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ Implemented Storm function SStrCmpI  
26 546 d 13 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the SetSecurity client command  
25 627 d 3 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented the CreateMonster console command  
24 630 d 13 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented the Level console command  
23 642 d 15 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the Decharge console command  
22 643 d 18 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the Recharge console command  
21 746 d 0 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Console/ Overwrite ConsoleCommand_Ver with our own version to return accurate build information  
20 753 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/Source/ Fixed a bug where SStrToInt would return erroneous values and named its v4 variable to next  
19 783 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Implement basic PlayerClient functionality and add the GmResurrect message handler  
18 783 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ Implement the SStrToInt Storm API function  
17 799 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/WowSvcs/ feat: add ClientServices_SetMessageHandler and ClientServices_ClearMessageHandler functions  
16 799 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Engine/Base/ feat: add CDataStore::Get (int and uint)  
15 800 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ feat: add CreateItem console command  
14 800 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/Source/ Fixed a bug where Storm's SStrCopy function would not find the end of the source string's null terminator, leading to invalid copies.  
13 804 d 19 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/Source/ chore: clean up Storm's SStrCopy function  
12 804 d 21 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ chore: removed Resources filter from Storm vcproj  
11 805 d 11 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Console/ chore: replace strncpy_s and strcpy calls by Storm's SStrCopy  
10 805 d 13 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ feat: LINK Storm to the WoW vcproj  
9 806 d 1 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ feat: add multiple Storm string functions
feat: add (initial) SLock and SThread implementations
 
8 806 d 11 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/DB/ feat: add learn command handler
feat: add NetDisconnectHandler
feat: add base WowClientDB and SpellRec classes
fix: password CVar is now applied on NetDisconnectHandler
 
7 806 d 11 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ feat: add learn command handler
feat: add NetDisconnectHandler
feat: add base WowClientDB and SpellRec classes
fix: password CVar is now applied on NetDisconnectHandler
 
6 813 d 11 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ feat(client): add GmResurrect command handler  
5 813 d 11 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Engine/Base/ feat(CDataStore): add GetString() method