Adam Ramberg
96d703aaa2
Update README + CHANGELOG
2020-03-22 23:59:44 +01:00
Adam Ramberg
3c26513229
🦹♂️ v4.0.2
2020-03-22 01:29:45 +01:00
Adam Ramberg
342d5331e2
🦸♂️ v4.0.1
2020-03-22 00:51:37 +01:00
Adam Ramberg
bbe496f3a2
🦸♂️ v4.0.0
2020-03-22 00:15:03 +01:00
Adam Ramberg
f87d3e4646
Add blog posts to README
2020-03-02 20:17:45 +01:00
Adam Ramberg
c3bc59259f
More WIP
2020-03-02 02:26:06 +01:00
Adam Ramberg
3613e32c34
v3.0.0 🐉
2020-02-24 00:59:35 +01:00
Adam Ramberg
90a505bbd3
v2.1.1 🤖
2020-01-23 23:42:09 +01:00
Favo Yang
a3db8f13e9
docs: add installation options and badges for OpenUPM ( #100 )
...
* docs: add installation options and badges
* Minor adjustments to headers in README + added installation instructions of OpenUPM to website
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2020-01-23 20:48:42 +01:00
AdamRamberg
b51de335e0
v2.1.0 🚀
2019-11-28 19:35:59 +01:00
AdamRamberg
69a698bd66
#59 - Add discord link to docs
2019-11-03 17:50:45 +01:00
AdamRamberg
babb691792
V2.0.0 🎉
2019-10-24 08:15:45 +02:00
AdamRamberg
ba822d85d1
Small README.md style fix
2019-10-18 17:37:12 +02:00
AdamRamberg
53a5d0a6c8
Publish 2.0.0-beta.1
2019-10-17 20:43:14 +02:00
AdamRamberg
a4334bc3d0
Update README with maintainers
2019-10-17 13:02:04 +02:00
AdamRamberg
bfc37e2a2f
Readd MonoHooks as a subpackage
2019-10-16 01:43:51 +02:00
AdamRamberg
eb22ac1626
Improve docs - setup basic structure
2019-10-03 23:05:26 +02:00
Adam Ramberg
4e5644b539
Break out the contributing part of the README
2019-04-11 09:44:07 +02:00
Adam Ramberg
77cfaa1f24
Fixes to PR + assign null to remove warnings
2019-04-08 16:14:50 +02:00
Jeff Campbell
a9b6926d79
Updated readme to cover desired code style
...
* Updated readme to cover desired code style including class structure, formatting, and line settings.
2019-04-07 23:22:00 +02:00
Adam Ramberg
e976823647
Updated README
2019-04-05 15:29:55 +02:00
Adam Ramberg
2a8cafa1ae
Fix README - install master branch using UPM
2019-03-18 00:05:35 +01:00
Adam Ramberg
bdf81a5e9c
Squashed commit of the following:
...
commit 847eff037204d841546c0da772d2f341f9cf1e25
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Sun Mar 17 22:09:38 2019 +0100
#17 - Serializable not needed for ScriptableObject
commit 593b275e6394b9d589de8a7a20375145dfc4aa84
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Sun Mar 17 21:59:33 2019 +0100
18 - IGameEvent<T1, T2> RegisterListener
commit 40443ce9bd4b1c339aaf19cfcb119f2336608dae
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:35:04 2019 +0100
Remove some more warnings
commit bd453110ac51a6ebe3d54368fcb039bdbe52e278
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:33:30 2019 +0100
Update README
commit 90977b853a047c84efb5311768a09f4e8a1165b2
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:31:45 2019 +0100
Initialize to null to get rid off warnings
commit 38b7f5c4ede195aa7198f567801c9cbeedc9b6f6
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:15:53 2019 +0100
More fixes to enable local unity project
commit 404e1cbf88ed4431c61d3ece074e838e74ac5141
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:12:37 2019 +0100
Remove duplicated asmdef
commit 5734300684e8a16553f213157cad1b4722b7cb7f
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:09:46 2019 +0100
Change files to include
commit d1e42b119a6bc1577b1792459fa298e063652337
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 16:05:56 2019 +0100
Added root package json
commit 1709a0347147d74460f653182bbaf8d15eb6154e
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 15:30:44 2019 +0100
#16 - Add test and examples Unity project
commit a3ea1a133bf6727e011ba85c64569db45302e487
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 13:12:02 2019 +0100
#13 - Make usage of UPM (package manager)
commit 492a30e905f6cf3f5899cb7080ef2bda73110f00
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 11:28:56 2019 +0100
Added extensions + code formatting fixes
commit 709949a1016c236cfd363cf25392fedfd8d083ca
Author: Oliver Biwer <soraphis@users.noreply.github.com>
Date: Fri Mar 8 10:16:45 2019 +0100
More AtomicTags changes (#15 )
* - added assembly defintions, and unit tests
- improved AtomicTags in regards of #8 , #9 and #10
* Fixes #11
- Added Equality Members (inclusive HashCode) for ScriptableObjectVariableBase
* removed Rider Plugins from git
* Further AtomicTag optimization
commit ae6584c879f182e727fe0a8d0aff4b0715829914
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 10:08:36 2019 +0100
Editor config
commit 197d7067608600e4e2d13dc42db909ee8f8c75df
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Mar 8 09:23:12 2019 +0100
Added editor config file
commit 53d6adc07b
Author: Oliver Biwer <soraphis@users.noreply.github.com>
Date: Tue Mar 5 22:57:47 2019 +0100
More efficient AtomicTags (#12 )
* - added assembly defintions, and unit tests
- improved AtomicTags in regards of #8 , #9 and #10
* Fixes #11
- Added Equality Members (inclusive HashCode) for ScriptableObjectVariableBase
* removed Rider Plugins from git
commit 81209d83b5
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Wed Dec 12 20:54:17 2018 +0100
Added MonoHooks + ColliderType + bug fixes
commit c6b240cebb
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Sat Dec 1 00:23:10 2018 +0100
Experimenting with adding UI state management
commit dfd70a8944
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Nov 30 23:10:21 2018 +0100
Issue #6 - AtomicTags
commit 8907763227
Author: Adam Ramberg <andersson.adam.89@gmail.com>
Date: Fri Nov 30 22:42:29 2018 +0100
First commit of v1.0.0
2019-03-17 23:43:20 +01:00
Adam Ramberg
caa7d483e4
Add link to Medium article in README
2018-11-16 12:49:57 +01:00
Adam Ramberg
fbf7c3c392
Add to README
2018-11-05 20:22:02 +01:00
Adam Ramberg
203fc1e032
New mono hooks, general game functions and refactoring of lists
2018-11-04 10:00:06 +01:00
Adam Ramberg
f41b63ae2f
Updated README
2018-10-30 21:23:40 +01:00
Adam Ramberg
7612d090f7
Added more documentation
2018-10-30 20:55:37 +01:00
Adam Ramberg
2be4b17490
Add to influences, motivation and introduction to README
2018-10-30 20:19:10 +01:00
Adam Ramberg
63b4bf99e7
First commit
2018-10-30 20:05:06 +01:00