Commit Graph

4347 Commits

Author SHA1 Message Date
zilmar 44172b5936 [UserInterface] Rename some execution beakpoint functions 2017-12-04 17:41:27 +11:00
zilmar 52693ae92d [User Interface] Make breakpoints use std::map 2017-11-24 08:15:06 +11:00
zilmar 4fe7d938bb [User Interface] More cleanup of Debugger-Commands.cpp 2017-11-22 08:13:11 +11:00
zilmar 30e180104a [User Interface] Clean up Debugger-Commands.h 2017-11-22 07:47:11 +11:00
zilmar 188d6ae6d1 [User Interface] Rename CEditNumber to CEditNumber32 2017-11-22 07:37:45 +11:00
zilmar 6fa3be42cd [User Interface] Move code for EditNumber32 code to in to cpp file 2017-11-21 18:09:50 +11:00
zilmar 9267d1311d [User Interface] Rename numberctrl.h to EditNumber32.h 2017-11-21 17:53:34 +11:00
zilmar 28741a0367 [Build] Add dependency of Project64-core for JniBridge 2017-11-16 17:29:32 +11:00
zilmar 951f6e2ea4 [Build] Update RSP project 2017-11-16 06:27:29 +11:00
zilmar 425a1649e0 [Build] Use version.h.in for SetGitProperties.cmd 2017-11-16 06:20:17 +11:00
zilmar e4823ef52a [Build] Update project settings for release 2017-11-16 06:12:45 +11:00
zilmar 973f44cd94 [build] Update dependency on UpdateVersion and remove Version.h 2017-11-16 05:59:37 +11:00
zilmar 1178b5c73f Set build number on build 2017-11-15 20:04:09 +11:00
zilmar 2d7524ae2f [Common] Update stdstr::Tokenize to handle empty items 2017-11-15 20:02:44 +11:00
zilmar 169f9d92bf Merge branch 'master' of https://github.com/project64/project64 2017-11-10 19:42:25 +11:00
zilmar 0730582085 [Project64] Clean up some warnings in List Control 2017-11-10 16:52:10 +11:00
zilmar bf5ec6dfc5 [Debugger] Use sizeof instead of checking for null 2017-11-10 16:46:03 +11:00
zilmar a5d5adfa26 [Project64] Fix up the move of debugger UI code 2017-11-09 18:06:52 +11:00
zilmar f41b3b7263 [Project64] Move debugger UI in to UserInterface folder 2017-11-09 17:32:40 +11:00
zilmar 281b219877
Merge pull request #1410 from Enker/patch-1
[RDB] CF=1 for Bokujou Monogatari 2
2017-11-07 10:55:29 +11:00
Enker afcbbe1cae
[RDB] CF=1 for Bokujou Monogatari 2 2017-11-06 18:13:18 -05:00
zilmar a644ea4429
Merge pull request #1408 from cxd4/random
added Random.cpp for Windows and non-Android Linux
2017-11-06 11:39:30 +11:00
Cat vs. Internet d63f974aa1 added Random.cpp for Windows and non-Android Linux 2017-11-05 18:59:25 -05:00
zilmar 415c97080a [Debugger] Move CCommandList::Attach in to Debugger-Commands.cpp 2017-11-03 17:34:43 +11:00
zilmar 769b279537 fix build compile issue 2017-10-28 13:19:18 +11:00
zilmar 455b83677b Fix up version number in resouce fils 2017-10-28 11:41:08 +11:00
zilmar 2d12c5fad9 Merge pull request #1396 from Enker/patch-1
[RDB] Save type fixes
2017-10-25 09:43:53 +11:00
zilmar e9a877a466 Merge pull request #1403 from nzeemin/russian-translation
Russian.pj.Lang updated:
2017-10-25 09:43:15 +11:00
Enker 7e28e2a167 [RDB] Waialae Country Club needs Sram 2017-10-24 16:29:24 -04:00
Nikita Zimin 6c22fad847 Russian.pj.Lang: new IDs from the English version, translated; changes for some translated strings. 2017-10-24 22:26:25 +03:00
zilmar 28d84e5ae7 [Audio] Update version Number 2017-10-24 22:02:05 +11:00
zilmar 2e3200803f [Audio] Update AI_SetFrequency for android 2017-10-24 21:53:34 +11:00
Enker 262c0e9575 [RDB] Fix save size for GT 64 2017-10-23 19:20:29 -04:00
zilmar 9cc1bcef0a Merge pull request #1400 from project64/AudioSync
Audio sync
2017-10-21 16:05:26 +11:00
zilmar 2a41a10479 Merge branch 'master' into AudioSync 2017-10-21 16:03:15 +11:00
Enker bcee544c4a [RDB] Fix save size for Akumajou Dracula Mokushiroku 2017-10-20 16:45:43 -04:00
zilmar e97764a2c4 Merge branch 'master' of https://github.com/project64/project64 2017-10-20 20:01:25 +11:00
zilmar a47d5c3298 [Debugger] Change how font work 2017-10-20 19:57:21 +11:00
zilmar 4091a4699c [Audio] Make fixed audio on by default 2017-10-19 21:56:59 +11:00
zilmar 00e34df4b5 Merge pull request #1399 from Azimer/patch-1
Add Random.cpp to Common.mk for android
2017-10-18 17:09:36 +11:00
Azimer 74cf9908f6 Add Random.cpp to Common.mk for android 2017-10-18 01:07:52 -05:00
zilmar 3b1406a0a7 Merge pull request #1398 from Azimer/Randomize_SI_PI
Randomize SI and PI DMAs to improve COUNT randomization with FAT
2017-10-18 16:18:14 +11:00
Azimer 44f8a82c87 Prefix m_ in CRandom class 2017-10-18 00:16:30 -05:00
Azimer 958f11cc6d Fixed random state with SyncCPU 2017-10-18 00:05:38 -05:00
Azimer 1b8d032417 Bug fixes and requests
* Moved to CRandom to Common lib
* Initialized CRandom with a time seed in CN64System constructor
* Added CRandom::state getters and setters to support saved states
2017-10-17 22:52:07 -05:00
Azimer 23c1007aa0 Randomize PI and SI DMA timing
This should help with randomization while FAT is on.
2017-10-17 21:38:38 -05:00
Enker 4c1a5ccd2b [RDB] Remove some wrong save types 2017-10-16 21:17:18 -04:00
zilmar 8e71e8bea9 [Audio] Change how sleep works in DirectSoundDriver::AudioThreadProc 2017-10-17 08:50:32 +11:00
zilmar 8829076f80 [Audio-Config] Remove empty settings 2017-10-17 08:38:55 +11:00
zilmar 8c2d9a49f6 [Audio-Config] Remove BufferDivider BufferLevel 2017-10-17 08:36:58 +11:00