Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Updated API to return actions #37

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
5b0f898
Adding Visual Studio project files.
levinson Mar 22, 2014
6978a3f
Updating reference in project file.
levinson Mar 22, 2014
82e6491
First working attempt at making turn_action function that returns lis…
levinson Mar 22, 2014
6a27f8e
Added abstract Action base class with abstract perform method. Added…
levinson Mar 23, 2014
ddbd122
Implemented the attack actions.
levinson Mar 23, 2014
f4ce4df
Cleaned up the duplicate code. Removed coroutine logic since it was …
levinson Mar 23, 2014
403f7d7
Removed registering of now unused LUA functions. Updated turn action …
levinson Mar 23, 2014
66e2709
Cleaning up unused code and unneeded exceptions.
levinson Mar 23, 2014
b1e2cce
Fixed bug in nuke_hero function.
levinson Mar 24, 2014
c3c3711
Fixes bug (I introduced) in nuke_hero function. Renames do_turn_acti…
levinson Mar 24, 2014
d25a561
Merge remote-tracking branch 'remotes/upstream/master'. Resolved conf…
levinson Mar 24, 2014
803cbfd
Removing visual studio project files.
levinson Mar 24, 2014
d1ac54f
Added git ignores for visual studio project files.
levinson Mar 24, 2014
473de6b
Minor cleanup.
levinson Mar 25, 2014
729bb85
Cleaned up some exception handling and delays. Still working on timin…
levinson Mar 25, 2014
0a2aace
Actions must now implement delay method that returns the delay after …
levinson Mar 26, 2014
39ccfe7
Moved actions into separate source file.
levinson Mar 26, 2014
d153487
Improves timing during mulligan and turn start. Removed code for mous…
levinson Mar 26, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,6 @@ build/*
*.dblite
*.stackdump
*.sconsign.dblite
*Assembly-CSharp.dll
*Assembly-CSharp*
*.csproj
*.sln
Loading