1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
Commit Graph

2043 Commits

Author SHA1 Message Date
gizmo98
b34e9df3fe German translation 1/2
It’s not complete but it is a start.
2017-02-19 21:16:48 +07:00
Aquatakat
eb2ce86186 UI: Fix spacers 2017-02-16 12:24:23 -07:00
Aquatakat
0b84b135f0 UI: N64 depth compare disables anti-aliasing 2017-02-15 23:11:06 -07:00
Aquatakat
cb37ce7041 UI: Mild N64 tabs adjustment; less XML on spacers 2017-02-06 00:33:43 -07:00
Logan McNaughton
bf1e748d7d Fix compile on Fedora 2017-02-01 12:14:10 +07:00
Sergey Lipskiy
a8ecc0aa70 Implement F3DTEX/A ucode. Decoded by olivieryuyu.
Fixed 64 de hakken HLE not working. #268
2017-01-31 14:44:54 +07:00
Logan McNaughton
3ad872cff4 Add custom ucode for Animal Forest 2017-01-12 10:47:42 +07:00
Logan McNaughton
6b1978fcfb Add "Animal Forest" to RSP list
Fan translations of Dōbutsu no Mori exist where the RSP.romname=ANIMAL FOREST
2017-01-12 10:47:42 +07:00
Logan McNaughton
df2f21e669 copyDepthToRDRAM=0 for Pokemon Stadium Kin Gin 2017-01-12 10:43:55 +07:00
Logan McNaughton
05e80c29ad Fix corrupt graphics in Pokemon Stadium 2
Fixes https://github.com/gonetz/GLideN64/issues/1197
2017-01-12 10:43:55 +07:00
Francisco Zurita
893af29512 Fix runtime library loading errors with GLES 3.0.
Some devices with GLES 3.0 support only are not tolerant of GLES 3.1
specific calls.
2017-01-05 00:25:40 -05:00
Aquatakat
485f2307ef UI: Word wrap added to refresh rate label 2016-12-28 14:53:26 -07:00
Aquatakat
db41dc6ff7 UI: OSD position buttons now laid out using grid 2016-12-28 14:42:23 -07:00
baptiste0602
72872963b8 Update gliden64_fr.ts 2016-12-24 21:52:30 +07:00
Sergey Lipskiy
e8c47c0316 Use F3D_TRIX instead of F3D_Tri4.
Fixed #1307
2016-12-22 18:39:40 +07:00
Aquatakat
b4a0d182c1 UI: Bloom sliders converted to grid and word wrap added to labels 2016-12-21 12:17:39 -07:00
Sergey Lipskiy
52b95f6dd5 Remove ucode F3DSWE.
Rename ucode F3DWRUS to F3DBETA and use it for both Wave Race (U) and
Star Wars Shadows of Empire
2016-12-21 22:14:36 +07:00
Sergey Lipskiy
43d281e5bd Correct F3DEX2MM_Branch_W 2016-12-21 11:26:04 +07:00
Sergey Lipskiy
a7df7c13ac Rename parameter in gSPBranchLessW 2016-12-20 21:36:31 +07:00
Sergey Lipskiy
ae67daca9f Remove branchLessZ flag from MicrocodeInfo. Remove F3DEX2MM from specialMicrocodes list. 2016-12-20 17:50:03 +07:00
Gillou68310
9e8b32fc89 Implement ucode for Majora's Mask 2016-12-20 17:40:33 +07:00
Sergey Lipskiy
a1a438588f Fix typo in OGLRender::drawLine 2016-12-20 17:10:08 +07:00
Sergey Lipskiy
107b646e6f Minor correction in filter_8888: check that buffers not NULL. 2016-12-15 23:15:48 +07:00
Sergey Lipskiy
9bcc879bc6 Minor corrections in TxMemBuf. 2016-12-15 23:14:18 +07:00
Logan McNaughton
380725da53 remove inline specifier for gSPFlushTriangles 2016-12-15 07:30:52 -08:00
Sergey Lipskiy
64079054db Add Goldeneye ucode to project files. 2016-12-15 18:31:40 +07:00
Gillou68310
efd9b0fa5f Implement ucode for Goldeneye 007 2016-12-15 18:17:13 +07:00
Sergey Lipskiy
9198d1c381 Rewrite buffers allocation for DePosterize. 2016-12-15 18:02:17 +07:00
Sergey Lipskiy
8c42c31865 Code refactor: make methods of TxUtil static. 2016-12-15 18:02:13 +07:00
Sergey Lipskiy
e8522e7034 Fix multi-threaded work of DePosterize.
Fixed #1301
2016-12-15 18:02:07 +07:00
Aquatakat
9cb094a99a UI: Fix gamma correction spinbox incorrectly enabled 2016-12-12 12:21:58 -07:00
Sergey Lipskiy
64ef19bd10 Disable cull face for post processor.
Fixed CBFD hangs when you step on this part with Post filters enabled #1292
2016-12-12 17:02:08 +07:00
Sergey Lipskiy
205e98cca3 Enable dialog close button. 2016-12-12 14:22:52 +07:00
Sergey Lipskiy
96d98c1da5 Fix PostProcessor destroy.
Fixed CBFD hangs when you step on this part with Post filters enabled #1292
2016-12-09 13:46:20 +07:00
Sergey Lipskiy
f2ee42b64e Implement ucode for Kuiki Uhabi Suigo.
Fixed Kuiki Uhabi Suigo: missing graphics in HLE #665
2016-12-09 11:40:59 +07:00
Sergey Lipskiy
737442b1eb Correct depth buffer clear for aux buffers.
Fixed regression in NFL Quarterback Club 98
2016-12-08 23:29:08 +07:00
Logan McNaughton
17e427d514 copyDepthToRDRAM=0 for Mario Golf
fixes #1293
2016-12-08 00:28:02 +07:00
Sergey Lipskiy
cd0ffe9d88 Code cleanup: remove duplicated include. 2016-12-07 22:32:23 +07:00
Sergey Lipskiy
50d192a5ab GUI: remove What's button from the title bar of the dialogs. 2016-12-06 11:43:33 +07:00
Francisco Zurita
69ea7605f5 Fix InverseTransformVectorNormalize with NaN src numbers. 2016-12-04 17:27:56 -05:00
IlDucci
9da9a86c51 Updating Spanish translation
Added changed lines, minor tweaks
2016-12-04 11:55:55 +01:00
Aquatakat
3173e0105b 128x128 and 256x256 icons removed 2016-12-03 23:11:53 -07:00
Sergey Lipskiy
7d4c5fc81c Update translation files.
New Spanish translation by IlDucci <pajaroloco_2@hotmail.com>
2016-12-04 12:37:33 +07:00
Sergey Lipskiy
37b6323281 New GUI layout by Ryan Rosser aka Aquatakat.
Feature: new GUI #1213
2016-12-04 12:37:28 +07:00
Sergey Lipskiy
cb2da455b6 gSPProcessVertex4: transform vertex normale with modelview matrix when LookAt is not used. 2016-12-04 11:46:13 +07:00
Sergey Lipskiy
74144d6126 Transform vertex normale with modelview matrix when LookAt is not used.
Fixed Quake 2 metallic effect in the menu is broken. #1279
2016-12-03 17:34:30 +07:00
purplemarshmallow
36fb0d1802 [ini] change settings for Pokemon Snap 2016-11-30 22:00:58 +07:00
purplemarshmallow
d43148bc9e add hack for framebuffer emulation in Pokemon Snap 2016-11-30 22:00:58 +07:00
Sergey Lipskiy
807622f7bf Fix image jitter in interlaced mode.
Fixed regression caused by commit f2b9883
2016-11-30 20:47:32 +07:00
Sergey Lipskiy
d5eb2cdd85 Fix compilation on VS 2013 2016-11-30 20:20:13 +07:00