zeromus
4f9061c45e
update lua vcxproj to vs2015. rebuild dlls. should hide the floating point precision on n64 problem, but i still suspect theres badness
2015-12-16 16:34:33 -06:00
Connor Olding
23caf74a34
disable CLR on luaglue.cpp
...
this should work around Lua numbers being casted to floats when the N64
core is loaded.
note that the included lua51.dll has yet to be rebuilt.
2015-12-16 13:39:45 -08:00
zeromus
a281a18dfe
cleanup lua vcxproj
2015-12-16 15:26:58 -06:00
feos
2a19edca91
avi: try to remember previously used codec.
...
todo: fix canceling codec selection but then going ahead and recording.
2015-12-17 00:24:46 +03:00
zeromus
26ac8b347a
fix libsnes dlls on windows xp
2015-12-16 14:34:30 -06:00
feos
d77c414a06
avi: traditional avi setup menu item.
2015-12-16 21:14:13 +03:00
adelikat
bb3731da29
Merge pull request #549 from pgrimsrud/judge
...
Judge
2015-12-16 12:38:46 -05:00
pgrimsrud
bb327261ae
Add a return value to the main function for various purposes.
...
Add Lua function ExitCode to allow script writers to terminate the client with an exit code.
2015-12-15 22:39:42 -07:00
pgrimsrud
a1eda8f3ab
Fix a case issue causing the judging script to fail
2015-12-15 22:39:40 -07:00
pgrimsrud
679191170a
Raiscan's original judging scripts used for the sgdq 2015 speed tas competition
2015-12-15 22:39:39 -07:00
feos
df8929ea55
added jim 2 script.
2015-12-15 21:58:08 +03:00
Hathor86
a7074c6341
ExternalToolManager and BizHawkExternalToolattribute
...
Add those 2 classes in order to help handling of external tools
- Also fix value setting in watches constructor
- Bugfix in loading externaltools (they loaded multiple times)
- Add new version of Hello World external tool
Whitespaces noise in RamWatch.cs... :s The code hasn't changed
2015-12-13 21:38:35 +01:00
feos
2535207a40
tastudio: actually implement seeking progressbar.
2015-12-13 00:00:23 +03:00
feos
c1e70077c8
instafix #546
2015-12-13 00:00:22 +03:00
zeromus
48bf9616db
fix --fullscreen and fullscreenOnLoad options
2015-12-12 13:25:59 -06:00
zeromus
753431c94a
SHUT. UP. THE. EXCEPTIONS. IN. TEMP. FILE. MANAGER.
2015-12-10 07:13:40 -06:00
zeromus
fcace003fb
update changelog (still needs TAStudio edits)
2015-12-10 07:04:52 -06:00
zeromus
282795aa81
do some tidying of build script, add an ExternalTool example to it
2015-12-10 07:01:37 -06:00
zeromus
a9b094c11b
fix path config window size (too small for global, looks bad)
2015-12-10 07:01:37 -06:00
hegyak
f40b2acd47
Comment a MessageBox out.
2015-12-10 04:52:45 -08:00
hegyak
2f2bfc0656
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-10 04:43:05 -08:00
zeromus
0218d6d321
fix toolbox
2015-12-10 06:08:00 -06:00
zeromus
053b260929
fix console log noise from recent revision to throttle
2015-12-10 05:47:11 -06:00
Connor Olding
a7dd0b2386
Adjust Registered Functions window: anchors, minimum size
2015-12-10 03:35:12 -08:00
Hathor86
21e25555d0
BytWatch ValueString property fix
...
Call GetByte() instead of _value field (like other watches)
2015-12-10 10:25:45 +01:00
hegyak
29c30c2b49
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-09 21:51:26 -08:00
Connor Olding
938b0a63de
Fix path to ffmpeg.exe
2015-12-09 20:32:21 -08:00
hegyak
84e3e02c1e
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-09 17:01:18 -08:00
Hathor86
7779b2f7db
Fix RamSearch value
...
Fix has been done on constructor of each watch. Call GetByte / Word /
DWord if value is 0.
It ensure that previous passed in parameters remains unchanged
2015-12-10 00:34:07 +01:00
feos
2a6a2a7a8a
tastudio: properly report saving progress.
...
also attempt to report seeking progress.
report occurs, but progressbar doesn't show up...
2015-12-10 01:38:06 +03:00
feos
ea1368c819
tastudio: display changes in a loaded file too.
2015-12-09 19:58:09 +03:00
hegyak
d82094b423
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-08 20:17:56 -08:00
zeromus
802fb54fad
gpgx - support up to 32MB roms ( fix #543 probably)
2015-12-08 19:49:31 -06:00
hegyak
9c210e5fa4
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-08 16:05:37 -08:00
Hathor86
708bb4fa93
Final stuff to WatchList
...
Now fully use comparer class. That saves memory and offer extensibility
ItemCount property obsolete => Moved to Count property (which did the same thing)
Moved ConfigPersistAttribute.cs, IToolForm.cs, IToolFormAutoConfig.cs back to common
2015-12-09 00:54:54 +01:00
feos
8a6ddfbf3f
tastudio: actually use initial state from anchored movies.
...
don't seek to whatever frame such a movie was created from.
2015-12-08 23:38:00 +03:00
hegyak
0d3a166529
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-08 08:35:51 -08:00
feos
9d491d9415
Bk2Movie: use intended method when adding a key.
...
fixes #520
2015-12-08 19:17:45 +03:00
feos
173b9e9d76
new lua script, relying on recent features.
...
show frame when rewinding.
2015-12-07 21:43:32 +03:00
hegyak
bcac7f5f18
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-07 09:27:37 -08:00
feos
72b650d606
tastudio: properly save/load column settings.
...
wrap MainForm savestate functions that tastudio can now control into IControlMainform.
2015-12-07 20:05:04 +03:00
hegyak
1a15403690
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-05 19:56:13 -08:00
Hathor86
12388cbe3d
ExternalTool bug fix: wasn't able tool load serveral dll
2015-12-06 00:52:07 +01:00
zeromus
35066b69ef
tastudio - fix behaviour of menu by special hacks involving ALT key
2015-12-05 11:32:56 -06:00
feos
84ea239180
tastudio: better check if it was engaged.
...
baka-yoke branch messages.
2015-12-05 18:33:35 +03:00
feos
33fd1d86ea
welp
2015-12-05 17:07:57 +03:00
feos
abd118253f
tastudio: Save State hotkeys (finally) control branches:
...
- save/load by slot number (select that branch if it exists)
- save/load current slot (selected branch)
- select branch by slot number
- select next/previous branch
- bind 2 default tastudio hotkeys
keep selection when branch gets removed.
2015-12-05 17:07:24 +03:00
hegyak
0e0877aa4d
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2015-12-05 04:29:46 -08:00
feos
d0772a6b44
reduce default binding repetition.
...
add tastudio hotkeys and tip.
2015-12-05 14:48:04 +03:00
feos
6d4c5ef17f
preparations for state hotkeys functioning with tastudio branches.
...
typos.
2015-12-05 14:48:04 +03:00