Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Releases: itzreesa/simplerpg

2.4a-stable Ota Update

19 Sep 14:54
714983b

Choose a tag to compare

It's been so long

yup

Basically

This update added update mechanism into the launcher
it's all it is to it

2.3a-stable Launcher Update

29 May 11:05
aa61006

Choose a tag to compare

Back to life

It may not seem like a big update but it will make modding easier!
details here ( Everything since 8th May 2022 )
dotGame "builds" are whatever for me now since i simply don't care about them.

Major Changes:

  • launcher: rework to allow loading custom scenarios by simply placing 2 files in a folder - 589f2de, 81232ea, 5c75d6a
  • launcher: rework module installer cf334ce

Minor Changes:

  • Add comments to launcher explaining almost everything - 1f20f03

2.2a-stable Ai & World Update

06 Jan 17:34
bd1b9d5

Choose a tag to compare

2 updates in a row? Third on it's way!

details here ( January 6 2021 )
From now (29.01.2022) you can download meta file for dotGame!

Major Changes:

Minor Changes:

  • libentity: change basePlayer() to baseEntity() - 3ab6ba2
  • libinput: unlock 't' and 'y' - b4f14f8
  • battletest: add result for battle, ex. battleresult = battle(player, dungeonEnemy.stonemonster) - ee2e0e4
  • worldcore: delete duplicate "You bought" line - 7af4b0d

2.1a-stable Quick Fixes!

05 Jan 11:44
3041b5c

Choose a tag to compare

details here ( starts from December 15 2021 )

All since 2a-stable are here (stable) !

Major Changes:

  • Launcher ( may not be the best, but it exists ) ! - 6000f65
  • fix hp not regenerating passively - b1d46d1
  • fix UnicodeDecodeError when pressing eg. arrow keys - 93fbd2c
  • make launch times shorter because launcher - f632935
  • modloader and modrepo, for modding!

2a-stable - Village Update!

14 Dec 21:49
0a97354

Choose a tag to compare

0a97354 - Merge villagetest into main!

All 2a-stable changes here! (all villagetest commits)

Major Changes:

  • libinput: replace getch() with msvcrt and github gist - 3866495
  • libsave: save / load system - 6c6cde4
  • assets/items: add item descriptions and getItemInfo(item) - dafb752
  • libdraw & worldcore: add shops - 09c5567 & 29c0c81
  • change default stats - 136c09b
  • libdraw & worldcore: add sleep system (inn) - 5bf9314
  • new_save: save generator

1.4a-unstable (battle engine)

21 Nov 16:27

Choose a tag to compare

Pre-release

New things:

  • Render bars for HP and Mana - 9f84ad1 libdraw.py
  • Implement Getch, as input - 5e3c991 libinput.py
  • Fleeing, menu loop and spell cast rework - 9050176 libbattle.py

Preparations: