game_features

[WIP] Library providing useful and reusable features for games.
git clone https://git.jojolepro.com/game_features.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-05-31 18:41bump patch version.jojolepro1+1-1
2021-05-31 18:41fix warnings.jojolepro1+3-2
2021-05-31 18:39bump version and publish.jojolepro1+1-1
2021-05-17 21:51rustfmtjojolepro2+23-9
2021-05-17 21:51add stack merging to inventory and item instances.jojolepro2+52-17
2021-05-15 13:51bump patch version.jojolepro1+1-1
2021-05-15 13:51add partialeq to item use mode.jojolepro1+1-1
2021-05-15 01:36bump version.jojolepro1+1-1
2021-05-15 01:35switch from item instance to item key and quantity in item transition result.jojolepro1+8-8
2021-05-14 20:50bump versionjojolepro1+1-1
2021-05-14 20:50rustfmtjojolepro1+3-1
2021-05-14 20:50impl from vec for ItemTransitionDefinitions.jojolepro1+10-0
2021-05-14 20:46bump version.jojolepro1+1-1
2021-05-14 20:46add ItemTransitionDefinitions.jojolepro1+18-0
2021-05-14 16:03update patch version for inventory fix.jojolepro1+1-1
2021-05-14 16:03rustfmt.jojolepro1+1-1
2021-05-14 16:03fix error with dynamic inventories not creating space when inserting.jojolepro1+12-20
2021-03-18 22:26rustfmtjojolepro1+1-1
2021-03-18 22:26bump version.jojolepro1+1-1
2021-03-18 22:25add images to readme.jojolepro9+53-7
2021-03-18 21:57rustfmtjojolepro1+5-1
2021-03-18 21:57fix warnings.jojolepro4+4-11
2021-03-18 21:54update readme.jojolepro1+21-26
2021-03-18 21:11Create FUNDING.ymlJoël Lupien1+12-0
2021-01-12 22:12rustfmtJoël Lupien (Jojolepro)4+29-28
2021-01-12 22:09Added apply effector to stat function.Joël Lupien (Jojolepro)1+45-0
2021-01-09 22:000.4.0Joël Lupien (Jojolepro)1+1-1
2021-01-06 17:11add documentation.Joël Lupien (Jojolepro)12+233-18
2021-01-06 14:29implement from vec for skillset.Joël Lupien (Jojolepro)1+12-0
2021-01-04 15:55set value_with_effector to be equal to the default value of the stat.Joël Lupien (Jojolepro)1+1-1
2020-12-30 16:21Change to manual default definitions as the derive works weirdly.Joël Lupien (Jojolepro)3+36-4
2020-12-29 18:30add default to definitionsJoël Lupien (Jojolepro)3+4-4
2020-12-11 21:33fixed trait boundJoël Lupien (Jojolepro)1+1-1
2020-12-11 21:30made item definitions serializableJoël Lupien (Jojolepro)1+1-1
2020-12-11 21:23add modulo stat conditionJoël Lupien (Jojolepro)1+4-0
2020-11-17 15:31bump versionJoël Lupien (Jojolepro)1+2-8
2020-09-14 16:53Add inventory check to skills. Remove type parameter from inventory.Joël Lupien (Jojolepro)2+57-32
2020-08-22 19:54Work on effectors, stats and skills. Fixed issue with stat condition. Remove skill on trigger event list.Joël Lupien (Jojolepro)2+28-18
2020-08-21 00:17rustfmtJoël Lupien (Jojolepro)2+22-10
2020-08-21 00:17Implemented effectors and condition checks.Joël Lupien (Jojolepro)2+49-9
2020-08-15 10:38rustfmtJoël Lupien (Jojolepro)6+56-34
2020-08-15 10:37Add custom variant to StatCondition enum.Joël Lupien (Jojolepro)4+39-10
2020-07-21 15:16Bump versionJoël Lupien (Jojolepro)1+1-1
2020-07-07 10:05fix module exportJoël Lupien (Jojolepro)1+1-1
2020-07-07 09:56fix borrow pattern warningsJoël Lupien (Jojolepro)2+6-7
2020-07-07 09:51Fix compilation issueJoël Lupien (Jojolepro)3+5-9
2020-07-07 09:41Clearer separation in stats and effectorsJoël Lupien (Jojolepro)2+65-47
2020-04-17 15:21Fix generic types on stat effectors. Make them like the rest: a definition/instance pair.Joël Lupien (Jojolepro)3+15-12
2020-04-17 15:05Add unlock dependencies (for unlock trees)Joël Lupien (Jojolepro)1+6-3
2020-04-17 15:03Update readmeJoël Lupien (Jojolepro)1+5-15
2020-04-17 15:01Progress on stat effectorsJoël Lupien (Jojolepro)4+26-11
2020-04-17 14:38Added image showing the conceptsJoël Lupien (Jojolepro)7+39-25
2020-04-17 13:45Changed maximum stack to be optionalJoël Lupien (Jojolepro)1+2-1
2020-04-15 23:12Added StatSet from vectorJoël Lupien (Jojolepro)1+15-1
2020-04-15 22:56Fix compilation errorJoël Lupien (Jojolepro)2+3-4
2020-04-15 22:43Default stat instance creationJoël Lupien (Jojolepro)1+6-0
2020-04-15 02:21Added unlockable wrapper typeJoël Lupien (Jojolepro)2+64-0
2019-03-22 20:26Added item transitions structs.Joël Lupien (Jojolepro)2+37-0
2019-03-22 18:38stat & effector progress.Joël Lupien (Jojolepro)2+82-4
2019-03-20 17:09Initial Stat and Weapon progress.Joël Lupien (Jojolepro)2+63-16
2019-03-16 14:13fix typo in readme.Joël Lupien (Jojolepro)1+1-1
2019-03-15 21:19added statuses to planned features.Joël Lupien (Jojolepro)1+21-0
2019-03-15 20:39inventory transfer testing.Joël Lupien (Jojolepro)1+6-4
2019-03-15 20:16fix broken linkJoël Lupien (Jojolepro)1+2-2
2019-03-15 20:11fix typoJoël Lupien (Jojolepro)1+1-1
2019-03-15 20:11added gitter mention to readmeJoël Lupien (Jojolepro)1+2-2
2019-03-15 20:06Fix description.Joël Lupien (Jojolepro)1+1-1
2019-03-15 20:05readme precision.Joël Lupien (Jojolepro)1+2-0
2019-03-15 20:03readme formatting.Joël Lupien (Jojolepro)1+3-0
2019-03-15 19:58add badges. fix text.Joël Lupien (Jojolepro)1+23-6
2019-03-15 19:36readme update.Joël Lupien (Jojolepro)1+55-4
2019-03-15 19:25rustfmtJoël Lupien (Jojolepro)1+12-8
2019-03-15 19:24documentation for inventory and items.Joël Lupien (Jojolepro)1+161-29
2019-03-15 16:57removed done todos.Joël Lupien (Jojolepro)1+0-3
2019-03-15 16:56rustfmtJoël Lupien (Jojolepro)1+22-9
2019-03-15 16:55Fix most warnings. Testing progress.Joël Lupien (Jojolepro)1+65-57
2019-03-15 15:57rustfmtJoël Lupien (Jojolepro)13+144-76
2019-03-15 15:56Progress on inventory/item systems.Joël Lupien (Jojolepro)3+112-36
2019-03-14 16:21Finished most methods. Fixed compilation errors on Inventory.Joël Lupien (Jojolepro)1+39-9
2019-03-08 22:20item progress.Joël Lupien (Jojolepro)1+127-32
2019-03-08 20:53Fixed most compilation errors for existing code.Joël Lupien (Jojolepro)1+80-59
2019-03-08 18:17item progress.jojo1+75-21
2019-03-06 18:33WIP readme and inventory system.jojo2+201-4
2019-03-05 00:23fix readme.jojo1+5-1
2019-03-05 00:22Merge branch 'master' of github.com:jojolepro/game_featuresjojo2+203-0
2019-03-05 00:20initjojo15+293-0