This website requires JavaScript.
Explore
Help
Sign In
AMay
/
AdventuresInLestoria
Watch
1
Star
1
Fork
0
You've already forked AdventuresInLestoria
Code
Issues
29
Pull Requests
Actions
Projects
1
Releases
Wiki
Activity
All Workflows
emscripten_autobuild.yaml
Actor
All actors
AMay
Status
All status
success
failure
waiting
running
Corrected and migrated the Ground Slam ability to be handled via the Entity system. Updated damage numbers system to keep drawing during death transition screen. Release Build 13664.
emscripten_autobuild.yaml #307
:
Commit
9d097e3cdd
pushed by
AMay
ShadowBoss
2026-05-19 22:31:52 -05:00
20m21s
Witch dynamic ability descriptions implemented. Made ability descriptions on class selection window display proper damag values based on a level 1 character of that class instead of defaulting to Warrior's base attack. Release Build 13643.
emscripten_autobuild.yaml #306
:
Commit
a9b63001eb
pushed by
AMay
ShadowBoss
2026-05-19 16:07:17 -05:00
17m19s
Witch dynamic ability descriptions implemented. Made ability descriptions on class selection window display proper damag values based on a level 1 character of that class instead of defaulting to Warrior's base attack. Release Build 13643.
emscripten_autobuild.yaml #305
:
Commit
a9b63001eb
pushed by
AMay
AbilityInfoTooltips
2026-05-19 15:49:58 -05:00
17m28s
Moved array parsing for ability descriptions from being its own symbol to being integrated with the other symbols when they are parsed. Updated Trapper skill descriptions with dynamic text. Release Build 13641.
emscripten_autobuild.yaml #304
:
Commit
48529d8c54
pushed by
AMay
AbilityInfoTooltips
2026-05-19 15:32:27 -05:00
18m23s
size_t needs stoul not stoull
emscripten_autobuild.yaml #303
:
Commit
10c949779d
pushed by
AMay
AbilityInfoTooltips
2026-05-15 20:08:46 -05:00
16m1s
Implemented new description variable text for Thief. Release Build 13630.
emscripten_autobuild.yaml #302
:
Commit
65e7520dab
pushed by
AMay
AbilityInfoTooltips
2026-05-15 16:33:09 -05:00
1m25s
Wizard spell text descriptions updated. Formatter handles decimals properly. Release Build 13627.
emscripten_autobuild.yaml #301
:
Commit
4eed7d722d
pushed by
AMay
AbilityInfoTooltips
2026-05-15 16:13:40 -05:00
15m29s
Remove invalid mutable keyword (Stupid msvc) and replace with macro label.
emscripten_autobuild.yaml #300
:
Commit
a77008b67b
pushed by
AMay
AbilityInfoTooltips
2026-05-13 08:48:10 -05:00
15m33s
Implemented util::Tokenize and appropriate unit test. Refactored ability description parsing function slightly to handle future delimiters. Release Build 13626.
emscripten_autobuild.yaml #299
:
Commit
c9db9209d7
pushed by
AMay
AbilityInfoTooltips
2026-05-13 02:02:39 -05:00
1m23s
Complete ability tooltip modifications for Warrior, Ranger, Wizard. Leave new proposed syntax involving multiplication of two items. Release Build 13607.
emscripten_autobuild.yaml #298
:
Commit
4862652593
pushed by
AMay
AbilityInfoTooltips
2026-05-11 23:26:10 -05:00
15m12s
Fix up MonsterStrategy ambiguous naming. Added operator<< overload for the enum for safemap compatibility. Release Build 13582.
emscripten_autobuild.yaml #297
:
Commit
443434c30c
pushed by
AMay
ShadowBoss
2026-05-11 01:10:08 -05:00
14m42s
Isolate Ground Slam into its own effect. Prepped effect for implementation. Release Build 13575.
emscripten_autobuild.yaml #296
:
Commit
ffeab76719
pushed by
AMay
ShadowBoss
2026-05-05 17:44:28 -05:00
17m21s
Remove verbose logging while running tests.
emscripten_autobuild.yaml #295
:
Commit
fdd37280f1
pushed by
AMay
ShadowBoss
2026-05-05 02:10:13 -05:00
26m26s
Finished converting Battle Cry to Entity compatibility. Add unit test to ensure block works for monsters.
emscripten_autobuild.yaml #294
:
Commit
00704856b0
pushed by
AMay
ShadowBoss
2026-05-04 23:02:53 -05:00
22m19s
Merge pull request 'CatchUnitTesting' (#131) from CatchUnitTesting into master
emscripten_autobuild.yaml #293
:
Commit
f7517a67e4
pushed by
AMay
master
2026-05-04 16:39:29 -05:00
16m44s
Merge with master
emscripten_autobuild.yaml #292
:
Commit
81774b55f0
pushed by
AMay
ShadowBoss
2026-05-04 16:22:45 -05:00
22m13s
Migrated PlayerTests. Release Build 13532.
emscripten_autobuild.yaml #291
:
Commit
b31bae86ba
pushed by
AMay
CatchUnitTesting
2026-05-04 16:00:32 -05:00
21m8s
Migrated MonsterTests. GetTileSheet returns fake data for unit testing mode. Release Build 13526.
emscripten_autobuild.yaml #290
:
Commit
30c65071f9
pushed by
AMay
CatchUnitTesting
2026-05-04 15:33:18 -05:00
17m35s
Add in Unit test to cover Issue#129 and resolve it. Release Build 13511.
emscripten_autobuild.yaml #289
:
Commit
94c87a100a
pushed by
AMay
CatchUnitTesting
2026-05-04 02:28:31 -05:00
15m42s
Merge with CatchUnitTesting-fix.
emscripten_autobuild.yaml #288
:
Commit
13d31b2ebc
pushed by
AMay
CatchUnitTesting
2026-05-04 00:16:37 -05:00
16m12s
Fix UseLoadoutItem locking an unset loadout slot. Release Build 13506.
emscripten_autobuild.yaml #287
:
Commit
b86faa5180
pushed by
AMay
CatchUnitTesting-fix
2026-05-04 00:00:25 -05:00
15m22s
Try to ignore files that end in .*Tests.cpp in case they don't get rearranged to the proper folder.
emscripten_autobuild.yaml #286
:
Commit
6ef2d6ef32
pushed by
AMay
CatchUnitTesting-fix
2026-05-03 23:44:59 -05:00
13m52s
Try to ignore files that end in .*Tests.cpp in case they don't get rearranged to the proper folder. Fix UseLoadoutItem locking an unset loadout slot. Release Build 13501.
emscripten_autobuild.yaml #285
:
Commit
d113ef0878
pushed by
AMay
CatchUnitTesting
2026-05-02 01:02:11 -05:00
16m17s
ItemTests migrated. Make FileTests cases reasonable (the outer folders will not have capitalization. Remove friend class errors among project. Release Build 13499.
emscripten_autobuild.yaml #284
:
Commit
3f7b45d773
pushed by
AMay
CatchUnitTesting
2026-05-02 00:33:24 -05:00
4m26s
Migrated FileTests. Release Build 13488.
emscripten_autobuild.yaml #283
:
Commit
69c6a84056
pushed by
AMay
CatchUnitTesting
2026-05-01 15:32:58 -05:00
3m56s
Do not need to output success results for the sake of verbosity.
emscripten_autobuild.yaml #282
:
Commit
32043df68a
pushed by
AMay
CatchUnitTesting
2026-05-01 04:29:35 -05:00
15m23s
Checked for default pack ID by accident.
emscripten_autobuild.yaml #281
:
Commit
1c8900504f
pushed by
AMay
CatchUnitTesting
2026-05-01 04:02:34 -05:00
16m5s
Do not load gamepack.
emscripten_autobuild.yaml #280
:
Commit
8d87117d71
pushed by
AMay
CatchUnitTesting
2026-05-01 03:44:15 -05:00
16m14s
Fix issue with OLC_PGE_HEADLESS flag causing segfaults with image loading. Undefine unwanted extra windows defines. Release Build 13484.
emscripten_autobuild.yaml #279
:
Commit
3e282fa8e9
pushed by
AMay
CatchUnitTesting
2026-05-01 03:26:29 -05:00
16m33s
Keep copies of post-commit hook in repo. Update post-commit hook to send unit testing versions of configurations with test items inside. Release Build 13463.
emscripten_autobuild.yaml #278
:
Commit
408209fb94
pushed by
AMay
CatchUnitTesting
2026-05-01 01:21:39 -05:00
15m51s
First
Previous
1
2
3
4
5
...
Next
Last