N64 Emulator
Go to file
Joe Eagar 82463fbdd8 Fixed a few bugs with the scripts system. I suspect there are more; the
threading code needs some refactoring.  List of changes:

* Script threads no longer call the debugger UI (e.g. refresh) nor do
  they call the script system's cleanup function
  (deleteStoppedInstances).
* Changed API.js Server.on method to queue calls to nativeAccept if .listen()
  hasn't been called yet (otherwise winsock gives errors).
* Added various paranoia thread locks.
* Forced termination of script threads now works.  The (commented) call
  to TerminateThread didn't work because getCurrentThread() doesn't return
  a "real" HANDLE.  The solution is to pass the result of getCurrentThread
  to DuplicateHandle to get a "real" handle.
2019-04-28 23:28:12 -07:00
Android Have cheats to record in project64.cfg 2019-04-24 15:17:09 +09:30
Artwork [Artwork] Move AboutScreen.psd to artwork folder 2016-09-17 13:42:48 +10:00
Bin [Project64] Use Settings instead of default in config file 2018-11-26 11:26:08 +10:30
Config Automatically combine cheat files on build 2019-04-23 14:46:36 +09:30
Lang Update Chinese (Simplified).pj.Lang 2019-02-20 11:36:45 +08:00
Plugin Jabo_Direct3D8 no d3d syslog.txt 2016-09-07 16:35:49 +01:00
PropertySheets Remove VS2008 project files 2017-03-15 20:14:25 +11:00
Scripts Add debug features 2017-08-18 00:08:22 -05:00
Source Fixed a few bugs with the scripts system. I suspect there are more; the 2019-04-28 23:28:12 -07:00
.gitattributes XPM is not a binary-encoded image format; it's text. 2016-01-28 00:53:41 -05:00
.gitignore Automatically combine cheat files on build 2019-04-23 14:46:36 +09:30
Directory.Build.props Add defaults file so MSbuild can be run from any subdirectory. 2017-06-07 14:36:30 -07:00
Project64.sln Automatically combine cheat files on build 2019-04-23 14:46:36 +09:30
apidoc.htm ApiDoc update to include cop0 class and cause register. 2019-01-24 19:51:49 +01:00
changes.txt [Project64] Add ability to change defaults 2018-11-25 20:14:15 +10:30
licence.md Create licence.md 2016-02-16 19:37:29 -05:00