aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* don't rely on a SDL window to get keyboard inputStapleButter2017-03-29
|
* attemptStapleButter2017-03-28
|
* oopsStapleButter2017-03-28
|
* custom main() and init SDL before everything else.StapleButter2017-03-28
| | | | included WinMain() for compatiblity.
* start work on a separate SDL windowStapleButter2017-03-28
|
* stop the Start button from getting lost every goddamn timeStapleButter2017-03-25
|
* woopsStapleButter2017-03-25
|
* actual joystick supportStapleButter2017-03-25
|
* input dialog finishedStapleButter2017-03-25
|
* start getting somewhere with that input config dialogStapleButter2017-03-25
|
* * implement missing graphics (affine BG, rotscaled bitmap sprite)StapleButter2017-03-24
| | | | | | * fix potential crash upon exit * more work on the input config UI * misc fixes
* fix bugsStapleButter2017-03-23
|
* support for tiny EEPROMStapleButter2017-03-23
|
* start work on the input config dialog. nonfunctional and looks like shit.StapleButter2017-03-23
| | | | add manifest crap under Windows so it gets the cool controls.
* aqezsfrdgthfyjguStapleButter2017-03-23
|
* * more thread-safe UIStapleButter2017-03-23
| | | | | * config system base * FPS counter and limiter
* fix bug that occured when a flush command was sent between lines 192 and 215StapleButter2017-03-21
|
* always apply matrix push/pop/store/restore to the vector matrix stack, even ↵StapleButter2017-03-21
| | | | in mode 1. fixes SM64DS lighting.
* start 3D rendering at scanline 215. fixes Worms2D.StapleButter2017-03-21
|
* fix that bug where NSMB's backgrounds lagged one frame behindStapleButter2017-03-21
|
* fix bug that happened when HDMA got interrupted (or any repeating DMA, for ↵StapleButter2017-03-21
| | | | that matter)
* * more accurate direct bootStapleButter2017-03-21
| | | | | * improve touchscreen precision a bit * proper support for 512KB firmwares
* implement some obscure DMA typesStapleButter2017-03-20
|
* make timers not suck. fixes issues (Worms2 intro FMV plays at the right ↵StapleButter2017-03-20
| | | | speed, aging cart tests get further...)
* input, with hardcoded (but not retarded) key mappings.StapleButter2017-03-20
| | | | touchscreen support that doesn't suck.
* make ROM path not be hardcoded.StapleButter2017-03-19
|
* begin work on wxWidgets+SDL interfaceStapleButter2017-03-19
| | | | Windows crapo ditched
* reorganize repo, move shit aroundStapleButter2017-03-16
|
* 64-bit build. make library paths not absolute.StapleButter2017-03-16
|
* * support for culling polygons that clip through the far planeStapleButter2017-03-16
| | | | * toon/edge/fog tables and related registers
* move viewport transform to polygon setupStapleButter2017-03-16
|
* fix texcoord bugs. misc shit.StapleButter2017-03-16
|
* * fix missing 3D lineStapleButter2017-03-16
| | | | | * make lighting calculations accurate * BLDCNT reading
* fix alphatest. alphablending.StapleButter2017-03-15
|
* fixes to matrix stacks. has yet to be checked tho.StapleButter2017-03-15
|
* first attempt at lightingStapleButter2017-03-15
|
* less shitty texture mapping. alpha test, sort of.StapleButter2017-03-15
|
* start work on polygon edges and shitStapleButter2017-03-13
|
* * vecmatrix readStapleButter2017-03-07
| | | | * implement the missing texture formats
* mostly fix cullingStapleButter2017-03-07
|
* horizontal scrolling for 3D layerStapleButter2017-03-07
|
* proper clear-plane support, including bitmap modeStapleButter2017-03-07
|
* * perspective-correct Z interpolationStapleButter2017-03-06
| | | | | * fix depth buffering. support W-buffer mode. * 3D/2D blending. doesn't do much yet, but the code is here.
* fix shitty texture mappingStapleButter2017-03-06
|
* less derpy texture mappingStapleButter2017-03-06
|
* * direct color textures.StapleButter2017-03-06
| | | | * texture wrap modes.
* make NEG update flags correctly (oops).StapleButter2017-03-06
| | | | also misc graphics notes added.
* remove unneeded files. will stop melonDS.depend from polluting commit diffs.StapleButter2017-03-04
|
* temp. hack preventing evil out-of-bounds writeStapleButter2017-03-04
|
* don't blend semitransparent sprites with everythingStapleButter2017-03-04
|