FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scripts/examples/example_creature.cpp - scriptdev2/scriptdev2-tbc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scriptdev2
/
scriptdev2-tbc
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
28
Code
Issues
11
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scriptdev2-tbc
scripts
examples
example_creature.cpp
on
master
User selector
Datepicker
Commit history
Commits on Nov 15, 2014
[s2796] Remove all traces of MANGOS_DLL_DECL, which is a useless define these days. See cmangos/issues#402 for details.
Show description for 65c9def
evil-at-wow
authored and
xfurry
committed
65c9def
View commit details
Copy full SHA for 65c9def
View code at this point
Browse repository at this point
Commits on Aug 4, 2014
[s2785] Update Authorship information to the new standard
Show description for 3f30bc2
xfurry
committed
3f30bc2
View commit details
Copy full SHA for 3f30bc2
View code at this point
Browse repository at this point
Commits on Jan 5, 2013
[s2667] Happy New Year 2013!
Show description for 9c95e1e
xfurry
committed
9c95e1e
View commit details
Copy full SHA for 9c95e1e
View code at this point
Browse repository at this point
Commits on Dec 21, 2012
[s2659] Fix various warnings
Show description for a9dc5df
Schmoozerd
authored and
xfurry
committed
a9dc5df
View commit details
Copy full SHA for a9dc5df
View code at this point
Browse repository at this point
[s2658] Use SetFactionTemporary on a larger scale. Requires C-MaNGOS s1833
Show description for 257b6d4
Schmoozerd
authored and
xfurry
committed
257b6d4
View commit details
Copy full SHA for 257b6d4
View code at this point
Browse repository at this point
Commits on Nov 17, 2012
[s2653] Add some override correctness
Show description for 48a84ce
Schmoozerd
authored and
xfurry
committed
48a84ce
View commit details
Copy full SHA for 48a84ce
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
[s2644] Code Style Cleanup
Schmoozerd
committed
822f344
View commit details
Copy full SHA for 822f344
View code at this point
Browse repository at this point
Commits on Jan 4, 2012
[s2374] Happy New Year 2012
xfurry
committed
974091d
View commit details
Copy full SHA for 974091d
View code at this point
Browse repository at this point
Commits on May 12, 2011
[2094] Convert ~500 GetGUID() to GetObjectGuid() used in misc functions
Show description for 2f8f52f
VladimirMangos
authored and
NoFantasy
committed
2f8f52f
View commit details
Copy full SHA for 2f8f52f
View code at this point
Browse repository at this point
Commits on Mar 22, 2011
[2001] Update Copyright notice
Schmoozerd
committed
706a447
View commit details
Copy full SHA for 706a447
View code at this point
Browse repository at this point
Commits on Jan 1, 2011
[1920] Update copyright notice with 2011, happy new year!
Show description for a6556a2
NoFantasy
committed
a6556a2
View commit details
Copy full SHA for a6556a2
View code at this point
Browse repository at this point
Commits on Dec 10, 2010
[1902] Update example scripts to more up-to-date coding style
Show description for 5deb310
Schmoozerd
committed
5deb310
View commit details
Copy full SHA for 5deb310
View code at this point
Browse repository at this point
Commits on Aug 2, 2010
[1756] Use the more generic function HandleEmote in scripts and let Mangos process further action
Show description for 6ed0860
NoFantasy
committed
6ed0860
View commit details
Copy full SHA for 6ed0860
View code at this point
Browse repository at this point
Commits on Jun 22, 2010
[1725] Add argument to RegisterSelf to report missing database ScriptName.
Show description for 4c0f86b
NoFantasy
committed
4c0f86b
View commit details
Copy full SHA for 4c0f86b
View code at this point
Browse repository at this point
Commits on Feb 5, 2010
[1568] Changed DoCast() to DoCastSpellIfCan() in every script.
Show description for 0bfaf4c
Reve
committed
0bfaf4c
View commit details
Copy full SHA for 0bfaf4c
View code at this point
Browse repository at this point
Commits on Jan 1, 2010
[1537] Update copyright notice
Show description for 9980888
NoFantasy
committed
9980888
View commit details
Copy full SHA for 9980888
View code at this point
Browse repository at this point
Commits on Oct 14, 2009
[1473] Correct code using updated function SelectHostileTarget() and related class names. Requires Mangos 8642+
Show description for 9d3c2f5
NoFantasy
committed
9d3c2f5
View commit details
Copy full SHA for 9d3c2f5
View code at this point
Browse repository at this point
Commits on Sep 29, 2009
[1424] Replace use of rand() with the more "really random" (Mersenne Twister) function urand() in switch and if -statements. Also simplify some code where only 2 case labels exist.
Show description for aa9fadb
NoFantasy
committed
aa9fadb
View commit details
Copy full SHA for aa9fadb
View code at this point
Browse repository at this point
Commits on Jul 25, 2009
[1262] Apply SD2 code style to example scripts. Patch by DasBlub
Show description for 4757644
DasBlub
authored and
NoFantasy
committed
4757644
View commit details
Copy full SHA for 4757644
View code at this point
Browse repository at this point
Commits on Jul 21, 2009
[1240] Update scripts, increment/decrement variables using operator before instead of after variable, mainly for code consistency. Original patch by Meldanor.
Show description for 05463a6
Meldanor
authored and
NoFantasy
committed
05463a6
View commit details
Copy full SHA for 05463a6
View code at this point
Browse repository at this point
Commits on May 14, 2009
[1080] Update code with new and faster functions for distance checks. Require Mangos 7829+
Show description for f1a2f39
NoFantasy
committed
f1a2f39
View commit details
Copy full SHA for f1a2f39
View code at this point
Browse repository at this point
Commits on May 12, 2009
[1077] Update sources and use enum GossipOptionIcon instead of magic number.
Show description for 42133e2
NoFantasy
committed
42133e2
View commit details
Copy full SHA for 42133e2
View code at this point
Browse repository at this point
Commits on May 8, 2009
[1060] Update scripts with SD2 code style for a few commonly used pointers passed in functions (Player* pPlayer, Creature* pCreature, etc)
Show description for 818917e
NoFantasy
committed
818917e
View commit details
Copy full SHA for 818917e
View code at this point
Browse repository at this point
Commits on Apr 15, 2009
[1009] Restore compile. RecieveEmote function moved to creature AI. Requires Mangos 7672+
Show description for 1bd54e2
NoFantasy
committed
1bd54e2
View commit details
Copy full SHA for 1bd54e2
View code at this point
Browse repository at this point
Commits on Jan 24, 2009
[860] Move text in example scripts to database
Show description for dced28d
NoFantasy
committed
dced28d
View commit details
Copy full SHA for dced28d
View code at this point
Browse repository at this point
[858] Moved all example scripts in to separate folder and renamed for consistency
Show description for 6aeb48c
NoFantasy
committed
6aeb48c
View commit details
Copy full SHA for 6aeb48c
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL