This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
AdventuresInLestoria
Watch
1
Star
1
Fork
You've already forked AdventuresInLestoria
0
Code
Issues
9
Pull Requests
Projects
1
Releases
Wiki
Activity
The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
rpg
pixelgameengine
cplusplus
action
game
1385
Commits
4
Branches
0
Tags
4.2 GiB
Tree:
a5f7973c4d
AdventuresInLestoria
/
Adventures in Lestoria
/
emscripten_build.ps1
6 lines
83 B
Raw
Normal View
History
Unescape
Escape
Fix crash with emscripten version during story scenes. Fix inproper Blacksmith equipment displays for crafting menu (chapter check missing, wrong enhancement level checks). Fix Blacksmith trigger not unlocking on the right node. Fix Chapter 2 trigger. Fix emscripten build scripts. Release Version 7848.
1 year ago
Create server request backbone and functions for talking to save file server.
1 year ago
cd
.
.
.
/
emscripten_build
.
ps1
Emscripten powershell build script updated to properly terminate on errors. Add in proper throws when an invalid response is given from the server. Add in function response callbacks to all server request functions.
1 year ago
if
(
$LASTEXITCODE
-eq
0
)
{
Add in emscripten-specific branching menus and special load/save routines for online saving.
1 year ago
.
/
emscripten_run
.
ps1
}