Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d1ad461
Begin AI Rework
Michal-MK Sep 29, 2017
d495107
Changed .gitignore
Michal-MK Oct 2, 2017
d119072
Merge branch 'master' into AI_Rework
Michal-MK Oct 2, 2017
63b44e7
Moved project to 2017.1.1f1
Michal-MK Oct 2, 2017
ef74f0b
Enemy_AI Rework
Michal-MK Oct 2, 2017
68d7f0f
Enemy_AI rewrite
Michal-MK Oct 4, 2017
a3d6618
AI rework
Michal-MK Oct 4, 2017
7ae5324
New AI saving fix
Slinta Oct 5, 2017
8b7b90d
Merge branch 'HEAD' of https://github.com/Michal-MK/Dots-RTS-Developm…
Slinta Oct 5, 2017
b5a6115
Merge pull request #6 from Slinta000/LocalAiRework
Michal-MK Oct 5, 2017
60736a1
AI lists fixes
Michal-MK Oct 5, 2017
ee9741d
Merge branch 'AI_Rework' of https://github.com/Michal-MK/Dots-RTS-Dev…
Michal-MK Oct 5, 2017
3b0f756
Actual clans function extracted to be used elsewhere
Slinta Oct 5, 2017
5ce5172
Clean Up
Michal-MK Oct 5, 2017
abe3c4f
Merge branch 'AI_Rework' into LocalAiRework
Slinta Oct 5, 2017
24535b9
Merge pull request #7 from Michal-MK/LocalAiRework
Slinta Oct 5, 2017
4fc50d0
WIP interface implementation
Slinta Oct 10, 2017
008ccff
Merge pull request #8 from Michal-MK/LocalAiRework
Slinta Oct 10, 2017
33f3f1c
Level editor core saves player team too.
Slinta Oct 13, 2017
2a7e5ca
WIP clan redo. Implementing interfaces.
Slinta Oct 16, 2017
c2fa110
Now erroless at start but some player script errors happen
Slinta Oct 17, 2017
918dbd1
More changes to AI
Michal-MK Oct 23, 2017
368cb52
Small changes and images
Michal-MK Oct 25, 2017
0cd16c8
Hotfix of simple error, remake in the works
Slinta Oct 25, 2017
adae112
Merge branch 'AI_Rework_ClanRedo' of https://github.com/Michal-MK/Dot…
Michal-MK Oct 25, 2017
0329cc1
added fixes but still errors
Slinta Oct 27, 2017
7e4b712
Bugfix
Slinta Oct 27, 2017
48a6ab3
Clear Neutrals after game
Michal-MK Oct 27, 2017
561f1f8
Merge branch 'AI_Rework_ClanRedo' of https://github.com/Michal-MK/Dot…
Michal-MK Oct 27, 2017
0401bc3
Bugfixes
Slinta Oct 27, 2017
a4e6c24
AI stuff
Michal-MK Nov 1, 2017
3b80729
Player Teams
Michal-MK Nov 2, 2017
442293e
Neutral cell bugfix
Slinta Nov 4, 2017
c5bace5
Merge pull request #9 from Michal-MK/AI_Rework_ClanRedo
Slinta Nov 4, 2017
2b3cb53
Initialize ai cleanup
Slinta Nov 6, 2017
7b4e8b3
Merge pull request #10 from Michal-MK/AI_Rework_ClanRedo
Michal-MK Nov 11, 2017
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/Dots-RTS-Development/Assets/BulkRename

# Autogenerated VS/MD solution and project files
*.vs
ExportedObj/
*.csproj
*.unityproj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 44871dc4b679cee4391f74f4fe74ca3b, type: 3}
m_Name:
m_EditorClassIdentifier:
playerData: {fileID: 1121900551361786, guid: ab110c352f1dd804b9bc5f5066dce436, type: 2}
initAIs: 0000000000000000
aiTeams: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
decisionSpeeds:
Expand Down
54 changes: 54 additions & 0 deletions Dots-RTS-Development/Assets/Prefabs/Player.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1121900551361786}
m_IsPrefabParent: 1
--- !u!1 &1121900551361786
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 4973063987344232}
- component: {fileID: 114249439032862504}
m_Layer: 0
m_Name: Player
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4973063987344232
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1121900551361786}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &114249439032862504
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1121900551361786}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: af84bbf654dca3646be97ee7b9909054, type: 3}
m_Name:
m_EditorClassIdentifier:
playerCells: []
9 changes: 9 additions & 0 deletions Dots-RTS-Development/Assets/Prefabs/Player.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading