Subversion Repositories WoWGM

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
44 52 d 18 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Bootstrap/ fix(build): add missing Bootstrap Premake script  
43 52 d 18 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ Replace the Visual Studio project files with a Premake build system  
42 53 d 1 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Bootstrap/Resources/ [Bootstrap] Replace DLL resource placeholders with empty files  
41 386 d 0 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the DLoc debug console command  
40 386 d 0 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 415 d 0 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Add object mirror fields under new file Object/mirror.h  
38 415 d 0 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 415 d 1 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Implement the CGObject_C class and make CGPlayer_C derive from it  
36 543 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ Cleaned up the WoW code base in preparation for the initial release  
35 554 d 14 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 554 d 23 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 558 d 3 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented the Beastmaster console command  
32 558 d 4 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ Cleaned up the WoW code base in preparation for the initial release  
31 582 d 23 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 585 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented console commands Bug and Suggestion  
29 585 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Console/ Implemented function ConsolePrintf  
28 585 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/WowSvcs/ Implemented function ClientServices_Report  
27 585 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ Implemented Storm function SStrCmpI  
26 591 d 17 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the SetSecurity client command  
25 672 d 6 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented the CreateMonster console command  
24 675 d 17 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implemented the Level console command  
23 687 d 18 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the Decharge console command  
22 688 d 22 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ Implement the Recharge console command  
21 791 d 4 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 799 d 3 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 828 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ Implement basic PlayerClient functionality and add the GmResurrect message handler  
18 828 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ Implement the SStrToInt Storm API function  
17 845 d 2 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/WowSvcs/ feat: add ClientServices_SetMessageHandler and ClientServices_ClearMessageHandler functions  
16 845 d 2 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Engine/Base/ feat: add CDataStore::Get (int and uint)  
15 846 d 2 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/ feat: add CreateItem console command  
14 846 d 2 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 849 d 23 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/Source/ chore: clean up Storm's SStrCopy function  
12 850 d 1 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/Storm/ chore: removed Resources filter from Storm vcproj  
11 850 d 15 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 850 d 17 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/ feat: LINK Storm to the WoW vcproj  
9 851 d 4 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 851 d 15 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 851 d 15 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 858 d 15 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/ feat(client): add GmResurrect command handler  
5 858 d 15 h tristanc /branches/wowgm-patch-3_3_5_A-BNet/WoW/Source/Engine/Base/ feat(CDataStore): add GetString() method