Commit graph

4742 commits

Author SHA1 Message Date
wheremyfoodat
ccf6a28008 Assert dominance in readme 2022-07-27 03:25:27 +03:00
wheremyfoodat
520ca29e53 Merge remote-tracking branch 'upstream/main' into opengl-gpu 2022-07-27 03:00:37 +03:00
wheremyfoodat
7073377e38 [SW renderer] Linear filtering tweak to fix graphical artifacts 2022-07-27 02:43:38 +03:00
wheremyfoodat
2a618b3ccc Throw display in own file 2022-07-27 01:47:58 +03:00
wheremyfoodat
05daf3f3d5 Fix up display class 2022-07-27 01:11:12 +03:00
wheremyfoodat
a324fa6137 OpenGL GPU off by default for now 2022-07-26 20:46:17 +03:00
wheremyfoodat
a0e6f4ba8b Fix display area width 2022-07-26 20:14:28 +03:00
Nicolas Noble
7cb8c6c142
Merge pull request #939 from nicolasnoble/strings
psyqo work.
2022-07-25 18:42:05 -07:00
Nicolas Pixel Noble
9cd9edfbc9 psyqo work.
Adding support for eastl's strings, fixing font a bit, and updating demo.
2022-07-25 17:27:10 -07:00
Nicolas Noble
996b6c4712
Merge pull request #938 from twevs/dot_improvements
Delta-over-time search improvements
2022-07-25 09:25:07 -07:00
wheremyfoodat
c707c40c08 Display area v2 2022-07-25 17:40:07 +03:00
wheremyfoodat
bfd8e05e19 [OpenGL GPU] Display area v1 2022-07-25 02:58:36 +03:00
wheremyfoodat
ee627c3971 Add Display struct 2022-07-25 01:09:37 +03:00
twevs
d966ea0859 Delta-over-time search: added option to display values as fixed-point; added breakpoint buttons. 2022-07-24 03:19:23 +01:00
wheremyfoodat
633231d351 [GPU] Bilinear filtering on by default 2022-07-24 04:45:39 +03:00
wheremyfoodat
28c74ec67f [OpenGL GPU] Add configurable filtering 2022-07-24 04:44:31 +03:00
wheremyfoodat
b3e91449df [Soft GPU] Make filtering toggleable at runtime 2022-07-24 04:32:59 +03:00
wheremyfoodat
56b5388160 [Software renderer] Nearest neighbour for textures. 2022-07-24 03:14:10 +03:00
Nicolas Noble
0889ddf70e
Merge pull request #937 from nicolasnoble/sstate-event
Adding SaveState loaded event.
2022-07-21 21:45:11 -07:00
Nicolas Pixel Noble
786914eb36 Adding SaveState loaded event. 2022-07-21 20:48:36 -07:00
Nicolas Noble
6212a01e42
Merge pull request #935 from twevs/dot_types
Delta-over-time search: replaced alignment with types.
2022-07-21 19:00:32 -07:00
twevs
89734fda5a Throw runtime error in case of invalid value type. 2022-07-22 02:18:44 +01:00
twevs
4894584532 Delta-over-time search: replaced alignment with types (char, uchar, short, ushort and int). 2022-07-22 01:17:38 +02:00
Nicolas Noble
c65ca6b501
Merge pull request #933 from twevs/delta-over-time_fix
Fixed delta-over-time searches inverting bytes.
2022-07-21 13:42:00 -07:00
twevs
998ec34087 Fixed delta-over-time searches inverting bytes. 2022-07-21 21:54:21 +02:00
Nicolas Noble
0306c61681
Typo. 2022-07-20 17:54:20 -07:00
Nicolas Noble
6f8b84fdf4
Merge pull request #932 from nicolasnoble/more-doc
More documentation.
2022-07-19 19:48:19 -07:00
Nicolas Pixel Noble
e244fe2991 More documentation. 2022-07-19 18:33:56 -07:00
johnbaumann
12fbb7c8ab
Merge pull request #931 from nicolasnoble/zep-fixes
Updating Zep, and fixing local Lua parser.
2022-07-19 08:59:19 -05:00
Nicolas "Pixel" Noble
5f43b7d37c Updating Zep, and fixing local Lua parser. 2022-07-18 23:00:28 -07:00
Nicolas Noble
148882080b
Merge pull request #930 from fatalis/fix-memory-editor-crash
Fix crash in memory editor with ascii display on
2022-07-18 19:49:14 -07:00
fatalis
bd61066d3e Fix crash in memory editor with ascii display on 2022-07-18 12:12:46 -05:00
Nicolas Noble
4121e306d2
English is hard. 2022-07-18 08:23:15 -07:00
Nicolas Noble
95d0d8330e
Wrong md syntax. 2022-07-18 08:15:34 -07:00
Nicolas Noble
68a75dc921
Wrong link. 2022-07-18 08:14:52 -07:00
Nicolas Noble
70d141205e
Derp.
Copied the wrong section of the README.
2022-07-18 08:12:13 -07:00
Nicolas Noble
1d89cf2dcc
Merge pull request #922 from grumpycoders/chores-code-format
[Chores] Format code
2022-07-18 00:22:30 -07:00
nicolasnoble
f6f7b4b949 [Chores] Format code 2022-07-18 06:13:36 +00:00
Nicolas Noble
e7e70d7318
Merge pull request #929 from nicolasnoble/psyqo
PSYQo
2022-07-17 23:06:43 -07:00
Nicolas Pixel Noble
3e48615339 Derp? 2022-07-17 22:26:31 -07:00
Nicolas Pixel Noble
723066a723 Slightly some more doc. 2022-07-17 21:50:57 -07:00
Nicolas Pixel Noble
cbc13d6d2f Getting close to the release at this point. 2022-07-17 20:30:13 -07:00
Nicolas Pixel Noble
63737f001e Tetris readme. 2022-07-17 12:36:00 -07:00
Nicolas Pixel Noble
0e008059fd Massaging doc a bit. 2022-07-17 12:24:45 -07:00
Nicolas Pixel Noble
edb824f5ba Adding more documentation. 2022-07-16 22:47:31 -07:00
Nicolas Pixel Noble
0b88174adf Filling in credits page. 2022-07-16 19:25:25 -07:00
Nicolas Pixel Noble
846e4387bd Filling in the options screen. 2022-07-16 19:03:59 -07:00
Nicolas Pixel Noble
cc46bb9df5 Blip blop. 2022-07-16 18:44:37 -07:00
Nicolas Pixel Noble
56b7a36f5a Simplifying font drawing. 2022-07-16 08:05:24 -07:00
Nicolas Pixel Noble
5894d7cbf4 Adjusting a few details, and adding documentation to Tetris. 2022-07-15 20:43:43 -07:00