Lioncash
bdd7f0e48f
RSP: Fix a typo in Compile_ADDI
2015-04-16 23:33:35 -04:00
zilmar
2e6d855ff7
Merge pull request #348 from AmbientMalice/patch-8
...
JFG CF=1+Consistent regions.
2015-04-17 13:13:54 +10:00
zilmar
184ac16df1
Merge pull request #386 from AmbientMalice/patch-12
...
AudioResetOnLoad fix initial pass.
2015-04-17 13:13:25 +10:00
zilmar
09f7a5bc12
Merge pull request #396 from MELERIX/rdb
...
Removed fb_smart=0 entries from Project64.rdb
2015-04-17 13:07:58 +10:00
zilmar
8e2de0c1c2
Merge pull request #397 from AmbientMalice/patch-15
...
Disable ABL for Star Fox 64.
2015-04-17 12:53:24 +10:00
AmbientMalice
aff759c8e9
Disable ABL for Star Fox 64.
...
Fixes https://github.com/project64/project64/issues/393
2015-04-17 12:47:25 +10:00
MELERIX
456de29906
Removed fb_smart=0 from Project64.rdb
2015-04-16 21:19:25 -03:00
zilmar
4ff9219f47
Merge pull request #395 from AmbientMalice/patch-14
...
Added missing HM FB entry.
2015-04-17 09:13:34 +10:00
AmbientMalice
cc8e779acf
Added missing HM FB entry.
2015-04-17 08:25:03 +10:00
zilmar
6426b76bfc
Merge pull request #394 from lioncash/bounds
...
Fix some array bounds-related errors
2015-04-17 06:21:08 +10:00
Lioncash
e9c056e5a4
Notification Class: Correct array sizing in SetWindowCaption
...
sizeof(wchar_t) is a size of 2 (or 4 if in a Linux environment). With the previous code, it would be trying to insert the null terminator at index 511 on Windows, which is incorrect.
2015-04-16 15:59:48 -04:00
Lioncash
a7eb2e79e5
Memory Labels Class: Correct bounds clamping in ProcessCODFile
2015-04-16 15:44:06 -04:00
zilmar
04421079ea
Merge pull request #391 from AmbientMalice/patch-14
...
Correct Harvest Moon Settings.
2015-04-17 04:45:34 +10:00
zilmar
45f7edf132
Merge pull request #392 from lioncash/leak
...
Language Class: Fix missing fclose in GetLangString
2015-04-17 04:45:00 +10:00
Lioncash
9fd1bdf29c
Language Class: Fix missing fclose in GetLangString
2015-04-16 08:53:40 -04:00
AmbientMalice
3557f13695
Added HM FB settings to Glide64 db.
2015-04-16 21:37:41 +10:00
AmbientMalice
ec84a8718e
Added FB setting to wrong db file.
2015-04-16 21:35:39 +10:00
zilmar
7b7a8fbe98
Merge pull request #388 from AmbientMalice/patch-13
...
Harvest Moon 64 Glide64 fix.
2015-04-16 16:52:01 +10:00
zilmar
57e6c37a25
Merge pull request #389 from lioncash/uninit
...
N64 Class: Initialize variable before passing in initializer list
2015-04-16 13:20:32 +10:00
Lioncash
b8beaeffb7
N64 Class: Initialize variable before passing in initializer list
...
Silences an uninitialized variable warning.
2015-04-15 22:38:55 -04:00
AmbientMalice
b5d6f3d657
Harvest Moon 64 Glide64 fix.
...
Disabled FB to fix half of screen being cut off. Kinda redundant with GLideN64 coming very soon, but I don't like broken things.
(No idea if disabling FB breaks anything, though.)
2015-04-16 11:03:55 +10:00
zilmar
301818511a
Merge pull request #387 from JunielKatarn/master
...
Make PropertySheets imports non-conditional
2015-04-16 10:15:39 +10:00
Julio C. Rocha
33023bc81f
Make PropertySheets imports non-conditional
...
Interpolated Platform and Configuration values to avoid case-by-case
condition validation.
(This could allow for future configurations and platforms without
additional modifications to VCXPROJ files).
2015-04-15 16:16:37 -07:00
zilmar
36726147f4
Merge pull request #385 from Lithium64/Patch-5
...
Updated Brazilian Language File
2015-04-15 20:39:47 +10:00
zilmar
cf45e6e1f3
Merge pull request #384 from LegendOfDragoon/master
...
Fix Ogre Battle 64
2015-04-15 20:39:20 +10:00
zilmar
7d95852d9d
Merge pull request #382 from theboy181/master
...
Changed Airboarder to Air Boarder and added Bust-A-Move Good set to RDB
2015-04-15 20:38:55 +10:00
AmbientMalice
aadd58d56b
Evangelion needs AudioResetOnLoad, too.
2015-04-15 16:20:23 +10:00
AmbientMalice
6601a3d0e7
AudioResetOnLoad Iggy+Factor 5
2015-04-15 16:07:31 +10:00
AmbientMalice
7e5e50cea1
Air Combat needs AudioResetOnLoad, too.
...
Must be a 3DO thing.
2015-04-15 16:03:10 +10:00
AmbientMalice
7be87ea904
Armorines uses Turok engine. As does South Park.
2015-04-15 16:00:40 +10:00
AmbientMalice
fa2af91e41
MOAR TUROK
2015-04-15 15:58:41 +10:00
AmbientMalice
9253acd086
Fixed accidentally deleted bracket.
2015-04-15 15:48:13 +10:00
AmbientMalice
f5bcf8900a
AudioResetOnLoad fix initial pass.
2015-04-15 15:46:26 +10:00
Lithium64
e556d94dd2
Updated Brazilian Language File
...
Updated Brazilian Language File with latest changes
2015-04-15 02:36:31 -03:00
LegendOfDragoon
f68edb9dd2
Disable 32bit for Ogre Battle 64
...
This should fix certain issues with the game.
2015-04-14 22:11:04 -07:00
LegendOfDragoon
eda19cfc5e
Fix regression in GetInstructionInfo
...
I previously made a commit to fix a reordering issue, but did not
realize it needed that COPO_MF_Instruction flag for branching. This
should fix the Ogre Battle issue.
2015-04-14 22:07:45 -07:00
theboy181
44ca9d47bf
Changed Airboarder to Air Boarder and added Bust-A-Move Good set to RDB
...
Clarified from https://docs.google.com/spreadsheets/d/1rlN5kF2ISNw3V34Kbd-nUtatCzXvvuo7uVJVGIF5eXU/edit#gid=0 the correct Name for Air Boarder 64
2015-04-14 20:21:11 -07:00
zilmar
b54e03b85d
Merge pull request #368 from cxd4/yo_glide_i_herd_u_liek_translated_games
...
copy Sin and Punishment RDB settings to English trans.
2015-04-15 11:40:25 +10:00
zilmar
a3e8e3e34d
Merge pull request #381 from theboy181/master
...
Add Complete Airboarders 64 GOOD NAMES to RDB
2015-04-15 11:39:39 +10:00
theboy181
85e629e097
Add Complete Airboarders GOOD NAMES to RDB
...
Updated RDB with know good sets
2015-04-14 17:43:48 -07:00
unknown
329fcb0d20
never mind the comments
2015-04-14 20:31:29 -04:00
zilmar
78c00d017d
Merge pull request #378 from AmbientMalice/patch-11
...
Add missing 32bit=No for Doom 64 (1.1)
2015-04-14 18:32:16 +10:00
zilmar
6eb5b0e3c8
Merge pull request #379 from AmbientMalice/master
...
Fix cheat DB "Compleate" typo.
2015-04-14 16:51:25 +10:00
Ambient_Malice
5f12bc8d9e
Fix Typo "Compleate" in Cheat DB.
2015-04-14 15:41:08 +10:00
AmbientMalice
07c777dc46
Merge pull request #1 from project64/master
...
sync pull
2015-04-14 15:39:32 +10:00
AmbientMalice
6b2913f0f4
Add missing 32bit=No for Doom 64 (1.1)
2015-04-14 15:21:47 +10:00
zilmar
d1e4624709
Merge pull request #377 from theboy181/master
...
Update Ini File Class.cpp
2015-04-14 15:18:07 +10:00
theboy181
49034d2d9d
Update Ini File Class.cpp
...
Fix Project64.cfg from getting corrupted when moving the window around.
https://github.com/project64/project64/issues/225
2015-04-13 22:16:05 -07:00
zilmar
c4cb8867f7
Merge pull request #374 from MELERIX/updates
...
Updates & Fixes
2015-04-14 10:59:52 +10:00
zilmar
b7a64f5898
Merge pull request #372 from Frank-74/Remove-'/'-from-Good-Names
...
Remove '/' from Good Names
2015-04-14 10:56:24 +10:00