Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b20df5f
Initial commit
Jcw87 Mar 14, 2016
9ee8d4e
Added pitch shift to Gaster Blaster entrance sound.
Jcw87 Mar 23, 2016
861ff54
Fixed a bug that was preventing the 30fps damage check from working.
Jcw87 Apr 5, 2016
e8d2378
Added second sound for gaster blast.
Jcw87 Apr 16, 2016
29e15cd
Fixed issue with sounds played by attack scripts.
Jcw87 May 28, 2016
cafaefb
Added support for URL queries, allowing a link to choose your bad time.
Jcw87 May 28, 2016
bd919f3
Added menu bones.
Jcw87 Jun 9, 2016
fcd1c37
Added readme.md
Jcw87 Jun 19, 2016
6e121d7
Updated readme.md
Jcw87 Jun 19, 2016
493fb05
Updated readme.md (contact info)
Jcw87 Jun 19, 2016
84dc060
Fixed a frame-perfect case where you could simultaneously hit and mis…
Jcw87 Jan 2, 2017
428221c
Fixed an issue where the heart could fall through a platform if it wa…
Jcw87 Feb 11, 2017
de63595
Really fixed frame-perfect case allowing simultaneous hit and miss.
Jcw87 Feb 23, 2017
c409c69
This got left out of the previous commit.
Jcw87 Feb 23, 2017
b74db24
Added terrible touch controls on mobile devices (for masochists)
Jcw87 Mar 4, 2017
09c5715
Worked around an issue with the touch plugin.
Jcw87 Mar 4, 2017
f3a6ac2
Fixed "You feel like you're going to have a bad time." message not ap…
Jcw87 Jun 7, 2017
42311b6
Made Gaster Blaster hitboxes more accurate.
Jcw87 Jun 9, 2017
625dd7f
Improved jump behavior.
Jcw87 Jun 18, 2017
caa4cbe
Fixed combat zone action storage bug. #33
Jcw87 Jul 26, 2017
2be526f
Added practice mode.
Jcw87 Jun 29, 2019
ac9ae33
Fixed incorrect input mapping for left analog stick. (#47)
Jcw87 Jan 25, 2020
5011d79
Update Globals.xml
jimmyqrg Nov 30, 2025
f8d2c7c
commit
jimmyqrg Nov 30, 2025
63dad5a
Merge branch 'bootheidiot:gh-pages' into gh-pages
jimmyqrg Nov 30, 2025
b8982f4
make all sans damage 0?
jimmyqrg Nov 30, 2025
bfb8593
commit
jimmyqrg Nov 30, 2025
f3f0d87
commit
jimmyqrg Nov 30, 2025
36bb7ff
commit
jimmyqrg Nov 30, 2025
163ee82
commit
jimmyqrg Nov 30, 2025
88e84de
make sans damage 0
jimmyqrg Nov 30, 2025
119c337
make sans damage 0
jimmyqrg Nov 30, 2025
6f389b3
make sans damage 0
jimmyqrg Nov 30, 2025
c5d992d
default hp set to 676767?
jimmyqrg Nov 30, 2025
b206aa4
undo all invalid changes
jimmyqrg Nov 30, 2025
2dc4410
try to set maxhp to 676767
jimmyqrg Nov 30, 2025
60025e6
try to set hp to 676767
jimmyqrg Nov 30, 2025
727b46c
Create sans-i.code-workspace
jimmyqrg Dec 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion data.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions sans-i.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../../Downloads/Bad-Time-Simulator--gh-pages"
}
],
"settings": {}
}