mjbudd77
|
7affd34b2c
|
Successful save/load of advanced gamepad button to hotkey function bindings for Qt GUI.
|
2021-07-29 20:53:27 -04:00 |
mjbudd77
|
56f1794b57
|
Changed Qt advanced gamepad bindings to be stored separately for each individual gamepad port.
|
2021-07-28 22:01:06 -04:00 |
mjbudd77
|
c85cd6cb03
|
Save OAM viewer settings for Qt GUI.
|
2021-07-27 06:53:26 -04:00 |
mjbudd77
|
212dab2c58
|
Added remaining config parameters for Qt PPU Viewer.
|
2021-07-27 06:08:01 -04:00 |
mjbudd77
|
c8686e222e
|
Save PPU viewer color preferences.
|
2021-07-27 05:56:28 -04:00 |
mjbudd77
|
a08a824ad7
|
Added config parameters to save settings for Qt name table viewer.
|
2021-07-26 20:41:13 -04:00 |
mjbudd77
|
11f2a0ce07
|
Added break on bad opcodes, unlogged code, and unlogged data to list of saved config parameters for Qt gui.
|
2021-07-26 06:54:47 -04:00 |
mjbudd77
|
ff991bb9c4
|
Changed menu accelerator key for break on cycles.
|
2021-07-25 14:24:20 -04:00 |
mjbudd77
|
e95c26ea42
|
Finished new break on cycle/instruction counter feature for Qt GUI.
|
2021-07-25 14:18:53 -04:00 |
mjbudd77
|
bcbd3218d2
|
Breakpoint on CPU cycles/instructions GUI setup dialog in work.
|
2021-07-24 15:03:13 -04:00 |
mjbudd77
|
08def74ceb
|
Added code to save symbolic debug preferences in Qt debugger.
|
2021-07-24 09:48:03 -04:00 |
mjbudd77
|
cbb1aeae4a
|
Added hot key assignment text to debugger tool bar buttons.
|
2021-07-23 23:06:21 -04:00 |
mjbudd77
|
f0b3754d45
|
Bug fix for jump address line function in debugger. Logic change to only show address look ahead for addresses seen in operand part of assembly line.
|
2021-07-23 22:40:10 -04:00 |
mjbudd77
|
558a76ccc2
|
Added an assembly look ahead at address popup feature.
|
2021-07-23 22:21:49 -04:00 |
mjbudd77
|
3751589939
|
Modified Qt debugger breakpoint checking logic to also look for ROM addressed breakpoints.
|
2021-07-23 18:56:59 -04:00 |
mjbudd77
|
129fbe3c32
|
Added a breakpoint on execution of specific ROM Address feature to debugger.
|
2021-07-19 21:31:29 -04:00 |
mjbudd77
|
4301b96b4a
|
Bug fix for Qt PPU viewer CDL masking options.
|
2021-07-18 20:43:58 -04:00 |
mjbudd77
|
37f66eb7f4
|
Removed unused deprecated color picker object for hex editor. Cleaned up comments. Changed RAM view naming to CPU view as it is really a view of the CPU memory bus.
|
2021-07-18 20:21:18 -04:00 |
mjbudd77
|
67d64b0e63
|
Added code to save last position of Qt movie play window.
|
2021-07-18 20:08:21 -04:00 |
mjbudd77
|
829e8cb3f1
|
Added missing config paramaters for Qt Hex Editor.
|
2021-07-18 20:01:15 -04:00 |
mjbudd77
|
bf41302862
|
Added logic to ensure that text highlighting always has coloring preference over other coloring options (activitiy coloring, ROM coloring, etc).
|
2021-07-18 19:36:08 -04:00 |
mjbudd77
|
54aeeebb5d
|
Used better color menu item object for hex editor color selection.
|
2021-07-18 18:48:40 -04:00 |
mjbudd77
|
6aa0c9fec1
|
Added main window context menu for Qt GUI.
|
2021-07-18 18:07:58 -04:00 |
mjbudd77
|
fcaadd7e84
|
Rearranged a few of the debugger menu items.
|
2021-07-18 17:27:45 -04:00 |
mjbudd77
|
db0ab29be2
|
Added missing override virtual function syntax sugar to debugger header. Moved Movie menu item to 2nd in list after File.
|
2021-07-18 17:09:04 -04:00 |
mjbudd77
|
34e4e03fe4
|
Set -DLUA_USE_LINUX compiler flag when internally building and static linking lua. This is required for lua plugin functionality on linux and macosx.
|
2021-07-18 15:41:29 -04:00 |
mjbudd77
|
2f5e23adfb
|
Fixed hex editor scroll bars to use proper page step.
|
2021-07-17 21:37:25 -04:00 |
mjbudd77
|
67e19b6d13
|
Trace logger menu bars page size fixes.
|
2021-07-17 21:26:54 -04:00 |
mjbudd77
|
7eb3dcddb7
|
Bug fix for debugger assembly viewport scroll bars. Page size is now proper computed for both horizontal and vertical bars. Now hide horizontal bar if viewport is large enough to show full amount of longest line.
|
2021-07-17 20:04:09 -04:00 |
mjbudd77
|
e4f5384069
|
Debugger menu text cleanup. Removed redundant text.
|
2021-07-17 15:35:37 -04:00 |
mjbudd77
|
1b745599c7
|
Minor logic fixes for transitions between debugger layout presets.
|
2021-07-17 15:08:33 -04:00 |
mjbudd77
|
e49b40e6c3
|
Set default display option to be compact split view for debugger.
|
2021-07-17 15:01:22 -04:00 |
mjbudd77
|
31cbbebc8e
|
Added layout presets to debugger.
|
2021-07-17 14:48:53 -04:00 |
mjbudd77
|
a3669b5b93
|
Added code to save display state of debugger window.
|
2021-07-17 11:49:50 -04:00 |
mjbudd77
|
c8e22140f3
|
Removed qgroupboxes in favor of qframes for new debugger tabbed widget approach.
|
2021-07-16 07:15:05 -04:00 |
mjbudd77
|
0cef9783ff
|
Merge remote-tracking branch 'TasVideos/master'
|
2021-07-15 23:58:28 -04:00 |
mjbudd77
|
415d4a2c84
|
Code clean up from tabbed widget development.
|
2021-07-15 23:56:36 -04:00 |
mjbudd77
|
4a216de908
|
Added a tabbed widget approach to displaying data blocks on Qt GUI.
|
2021-07-15 23:50:34 -04:00 |
mjbudd77
|
baa0af5d7c
|
Added a custom tool tip base class to handle common window management details.
|
2021-07-15 00:54:52 -04:00 |
mjbudd77
|
e31384ab60
|
Made a custom popup for the PPU control register status display.
|
2021-07-14 22:48:48 -04:00 |
Alexey 'Cluster' Avdyukhin
|
f828826771
|
Button binding dialog fixes, XBox controller support fixed
|
2021-07-15 01:04:26 +03:00 |
Alexey 'Cluster' Avdyukhin
|
e72a8bc577
|
Tabs! Damn it.
|
2021-07-14 22:49:34 +03:00 |
Alexey 'Cluster' Avdyukhin
|
16be0d6915
|
Added Downtown Special to savie[] because it's without battery flag in GoodNES V3.23b
|
2021-07-14 22:41:59 +03:00 |
mjbudd77
|
0a367374da
|
Added a navigate backwards/forwards line history to Qt debugger assembly view.
|
2021-07-13 23:36:27 -04:00 |
mjbudd77
|
086163e062
|
Added go to assembly address on double click and context menu option.
|
2021-07-11 19:05:29 -04:00 |
mjbudd77
|
4ffcafd138
|
Minor fix for tool tip CPU address field.
|
2021-07-11 16:55:14 -04:00 |
mjbudd77
|
e307f5a282
|
Changed visibility text labels to visible for compactness.
|
2021-07-11 16:37:14 -04:00 |
mjbudd77
|
1fad7e599a
|
Initialized state of menu items for display viewport controls for Qt GUI.
|
2021-07-11 16:34:56 -04:00 |
mjbudd77
|
d212e1aae1
|
Bug fix for assembly tool tip check going off end of string.
|
2021-07-11 13:26:59 -04:00 |
mjbudd77
|
b601d36641
|
More Qt debugger window layout options.
|
2021-07-11 13:03:25 -04:00 |
mjbudd77
|
15a3fddf41
|
Moved debugger bookmark area to far right of window. TODO will make data display area positioning configurable.
|
2021-07-11 08:01:21 -04:00 |
mjbudd77
|
467089cac1
|
Changed size policy for debugger bookmark and breakpoint tree views. Now can resize window better.
|
2021-07-11 07:45:37 -04:00 |
mjbudd77
|
6e5bbc1c7c
|
Re-organized creation of Qt debugger window layout and widgets to make it more managable.
|
2021-07-11 07:05:37 -04:00 |
mjbudd77
|
1e6264dd05
|
Added logic to show/hide breakpoint list in Qt debugger.
|
2021-07-11 05:18:54 -04:00 |
mjbudd77
|
a85d668f2f
|
Added a tool tip for getting operand address information to Qt debugger.
|
2021-07-10 22:13:38 -04:00 |
mjbudd77
|
036c9106ad
|
Qt debugger line spacing adjustments.
|
2021-07-10 21:22:00 -04:00 |
mjbudd77
|
d3ba6c540f
|
Added a function to draw a nicer colored arrow for the instruction pointer on the assembly view for the Qt debugger.
|
2021-07-10 19:42:52 -04:00 |
mjbudd77
|
bb8c591742
|
Renamed debugger assembly syntax coloring config parameters to be shorter and not be debugger specific. The trace logger may use these later.
|
2021-07-10 18:43:42 -04:00 |
mjbudd77
|
fdb58db949
|
Display fix for Color menu picker window title. Filter out & accelerator characters.
|
2021-07-10 18:41:03 -04:00 |
mjbudd77
|
fcf250e350
|
For Qt debugger. Added logic to make byte code display configurable. Saved color configs to file.
|
2021-07-10 16:49:18 -04:00 |
mjbudd77
|
8314f7bad1
|
Fix for gamepad button text postioning and sizing.
|
2021-07-10 14:18:03 -04:00 |
mjbudd77
|
21291430b4
|
Bug fix for stack overrun in lua-engine on mac OSX.
|
2021-07-10 14:17:42 -04:00 |
mjbudd77
|
5c992a8610
|
Initial add of color syntax logic in Qt debugger.
|
2021-07-09 21:36:26 -04:00 |
mjbudd77
|
ea7deb0fd0
|
Initial add of assembly color option logic for Qt debugger.
|
2021-07-09 21:08:39 -04:00 |
mjbudd77
|
151bee01dc
|
Added font selection options to Qt debugger. For #352.
|
2021-07-09 15:16:32 -04:00 |
mjbudd77
|
37abb7305b
|
Added sizing logic to Qt debugger stack view to resize to display needs.
|
2021-07-09 14:15:45 -04:00 |
mjbudd77
|
1efe2de1f7
|
Added logic to allow for quick toggling of breakpoints by just clicking left mouse button between the end of cdl end boundary and the beginning of the line address text.
|
2021-07-09 00:01:32 -04:00 |
mjbudd77
|
a712448d81
|
Added logic to determine what ASM line a breakpoint is on and draw a red circle graphic on that line.
|
2021-07-08 23:36:24 -04:00 |
mjbudd77
|
2030d18e40
|
Added logic to code data and trace logger windows so that if already open, the windows are raised and given input focus.
|
2021-07-08 22:18:20 -04:00 |
mjbudd77
|
17933eb86e
|
Added logic to Qt PPU, sprite and nametable viewer windows so that if already open, the windows are raised and given input focus.
|
2021-07-08 22:06:56 -04:00 |
mjbudd77
|
27fc890977
|
Changed Qt debugger code so that only one debugger can be open at a time.
|
2021-07-08 22:00:32 -04:00 |
mjbudd77
|
c7627d9d26
|
Minor Qt debugger coloring changes.
|
2021-07-08 20:43:10 -04:00 |
mjbudd77
|
bcb620ccf9
|
Added debug symbol address decode tool top.
|
2021-07-08 19:43:25 -04:00 |
mjbudd77
|
b6ab045651
|
Updated short descriptions for opcode tool tips.
|
2021-07-08 18:00:35 -04:00 |
mjbudd77
|
15f799beff
|
Added long descriptions to opcode tool tips.
|
2021-07-07 18:40:39 -04:00 |
mjbudd77
|
edb167ab2a
|
Debugger opcode tool tips in work.
|
2021-07-07 08:03:02 -04:00 |
mjbudd77
|
692e137e6f
|
Opcode tool tips in work for Qt debugger.
|
2021-07-06 22:56:33 -04:00 |
mjbudd77
|
47da5cbc17
|
Added tool tips for CPU status display on Qt debugger.
|
2021-07-06 19:58:12 -04:00 |
mjbudd77
|
a993487d13
|
Compatibility fix for Qt 5.9. Should fix issue #384.
|
2021-07-04 07:25:03 -04:00 |
qeeg
|
f3bab87c38
|
Fix SYA and SXA opcodes in the CPU. blargg_nes_cpu_test5 now works
|
2021-07-03 10:30:45 -05:00 |
mjbudd77
|
7c70db115e
|
Commented out unused break on exceed counter widgets that will later be removed.
|
2021-07-02 21:54:59 -04:00 |
mjbudd77
|
91298bb24f
|
Moved CPU cycle and instruction counter displays to same area as CPU register status on debugger window.
|
2021-07-02 21:35:37 -04:00 |
mjbudd77
|
4170384b72
|
Added missing question box for debugger step out in already running.
|
2021-07-02 20:02:01 -04:00 |
mjbudd77
|
cae2d15e47
|
Add seek to PC and change PC menu functions to debugger.
|
2021-07-02 19:40:45 -04:00 |
mjbudd77
|
aa02836972
|
Added counter reset button to debugger tool bar.
|
2021-07-02 16:31:51 -04:00 |
mjbudd77
|
7af00f523e
|
Added go to address function to debugger tool bar.
|
2021-07-02 16:26:44 -04:00 |
mjbudd77
|
fd6876a09d
|
Added tool bar to Qt debugger window.
|
2021-07-02 15:15:26 -04:00 |
mjbudd77
|
c3fbabc633
|
Go to address dialog adjustments for debugger and hex editor.
|
2021-07-01 22:34:30 -04:00 |
mjbudd77
|
e9cb6498cd
|
Added goto address menu function for Qt debugger.
|
2021-07-01 22:11:37 -04:00 |
mjbudd77
|
117bfd0223
|
Moved debugger reset counter to menu instead of pushbutton on window.
|
2021-07-01 21:17:06 -04:00 |
mjbudd77
|
77a4e610fb
|
For Qt GUI, moved debugger assembly view checkbox options to the debug window main menu. This gives more room to expand the bookmark viewport.
|
2021-07-01 21:10:59 -04:00 |
mjbudd77
|
f9c785ba65
|
Added debugger breakpoint on unlogged code/data feature request #379. Moved break on bad opcodes checkbox from debug window layout to menu (saves valuable space in debug window for other things).
|
2021-06-30 21:24:13 -04:00 |
mjbudd77
|
7b1e171ba7
|
Added code to save/restore Qt window geometry for commonly used tools and debug windows.
|
2021-06-30 06:50:31 -04:00 |
mjbudd77
|
d57cf3e35c
|
Added code/data logger indications to Qt debugger assembly view.
|
2021-06-29 21:50:16 -04:00 |
mjbudd77
|
89966a2374
|
Set clipSidesOffset appropriately so that messages are not clipped in Qt GUI.
|
2021-06-28 20:23:20 -04:00 |
Alexey 'Cluster' Avdyukhin
|
6376c9a311
|
Removed unnecessary malloc() at all
|
2021-06-28 09:18:48 +03:00 |
Alexey 'Cluster' Avdyukhin
|
2c74b61bf9
|
Fixed regularly crashes when using Ctrl+A in HEX editor
|
2021-06-28 08:57:53 +03:00 |
mjbudd77
|
a2d08f62ec
|
Same macosx palette search logic added for palette editor window.
|
2021-06-26 00:24:57 -04:00 |
mjbudd77
|
fa3b135a44
|
Updated Palette config to search in applications resources folder for palettes. Palette, lua scripts, and documentation files are now packaged into MacOSX DragNDrop package.
|
2021-06-26 00:16:53 -04:00 |
mjbudd77
|
941da60ecb
|
Bug fix for stack buffer overflow on mac osx.
|
2021-06-25 12:04:18 -04:00 |
mjbudd77
|
572e89ee90
|
Cleaned up a few unused variables. Added blit and render counters to help debug if GUI rendering is on time with emulation thread.
|
2021-06-23 20:30:33 -04:00 |
mjbudd77
|
0b7c7f1924
|
Minor updates to SDL README.
|
2021-06-23 07:02:47 -04:00 |
mjbudd77
|
2cc52f101f
|
Merge remote-tracking branch 'mjbudd77/master'
|
2021-06-21 20:33:21 -04:00 |
mjbudd77
|
637559c7b7
|
Added logic to only hook up screen changed signal handler once the window has fully been constructed.
|
2021-06-21 20:06:13 -04:00 |
mjbudd77
|
bcdfa2a834
|
Added logic to watch for screen change events coming from main window and notify OpenGL widget to recalculate screen pixel ratio and texture sizes.
|
2021-06-20 22:12:53 -04:00 |
Alexey 'Cluster' Avdyukhin
|
655609079b
|
Fix for #376
|
2021-06-20 15:02:32 +03:00 |
mjbudd77
|
0053a52929
|
Tuned PAL palette slider and label minimum widths for Qt palette config window.
|
2021-06-19 17:12:21 -04:00 |
mjbudd77
|
45779c4331
|
Use function pointer to save having to do if/else if scale check on every pixel. Makes ModernDeemphColorMap slightly more efficient.
|
2021-06-19 09:37:24 -04:00 |
zeromus
|
f20fea7b90
|
fix bug that made prior commits not work in release ModernDeemphColorMap
fixes #375
|
2021-06-18 12:38:09 -04:00 |
zeromus
|
d6e89e2147
|
fix some scaling cases
|
2021-06-18 12:34:32 -04:00 |
mjbudd77
|
c53a04dfda
|
Merge remote-tracking branch 'mjbudd77/master'
|
2021-06-18 07:11:19 -04:00 |
mjbudd77
|
80d0df9c6b
|
Added PAL sharpness percent indication label.
|
2021-06-18 07:10:43 -04:00 |
zeromus
|
907af7f87e
|
try optimizing deemph vs scale2x (should fix #375)
|
2021-06-17 22:32:48 -04:00 |
mjbudd77
|
359b5c3786
|
Slight size adjustments to PAL palette sliders. Since sharpness has less range than the others, size it smaller so that the others have finer control.
|
2021-06-17 21:27:54 -04:00 |
mjbudd77
|
b87452861c
|
Merge branch 'master' of github.com:TASVideos/fceux
|
2021-06-17 20:44:54 -04:00 |
mjbudd77
|
9f85d445c5
|
Added logic to better size the comment area of Qt palette config window.
|
2021-06-17 20:44:26 -04:00 |
mjbudd77
|
39a50e46f4
|
Changed PAL palette emulation sensitivity logic for Qt palette config window. Now can only be used if PAL filter is active.
|
2021-06-17 20:21:42 -04:00 |
Alexey 'Cluster' Avdyukhin
|
701541432c
|
More achive improvements/fixes
|
2021-06-18 02:50:15 +03:00 |
mjbudd77
|
38b8d8e9db
|
Added config parameters to save state of PAL palette controls, force grayscale, and de-emphasis bit swap settings.
|
2021-06-16 23:00:40 -04:00 |
mjbudd77
|
92e983a7e8
|
Initial add of PAL emulation palette controls for Qt GUI.
|
2021-06-16 22:43:37 -04:00 |
mjbudd77
|
167bda0d37
|
Minor logic change for Qt gamepad button mapping initialization. If the user specifically choose keyboard in gamepad config, then don't attempt to match to a gamepad device. Use keyboard bindings instead.
|
2021-06-16 07:15:10 -04:00 |
mjbudd77
|
d295472df3
|
Increased icon size on Qt about fceux window.
|
2021-06-15 21:55:20 -04:00 |
mjbudd77
|
40046f6e7e
|
Merge pull request #374 from ClusterM/new-win-icon
New icon for Windows version
|
2021-06-15 21:28:15 -04:00 |
Alexey 'Cluster' Avdyukhin
|
bc62eb3c2c
|
Same icon for Qt and Win"
|
2021-06-16 02:47:49 +03:00 |
Alexey 'Cluster' Avdyukhin
|
f3c622d248
|
Credits to Terwilf
|
2021-06-16 02:27:18 +03:00 |
Alexey 'Cluster' Avdyukhin
|
058ccfd319
|
New icon for Windows version
|
2021-06-15 19:37:32 +03:00 |
Alexey 'Cluster' Avdyukhin
|
e1f67a0a86
|
Merge pull request #373 from ClusterM/archive-window
Resizable "open archive window" for Windows version
|
2021-06-15 14:28:27 +03:00 |
Alexey 'Cluster' Avdyukhin
|
aa721d61a9
|
More informative error messages
|
2021-06-15 14:06:09 +03:00 |
Alexey 'Cluster' Avdyukhin
|
a50fdb64aa
|
Sizable "open archive" window (fix for #353)
|
2021-06-15 13:32:09 +03:00 |
mjbudd77
|
64bb9a8c51
|
Added undo/redo color operation functionality to the Qt palette editor.
|
2021-06-14 20:52:36 -04:00 |
mjbudd77
|
34290e747a
|
Added more descriptive text to unsaved gamepad button mappings warning.
|
2021-06-13 22:40:35 -04:00 |
mjbudd77
|
2f0aa22b42
|
Fixed cut/paste error.
|
2021-06-13 22:20:22 -04:00 |
mjbudd77
|
279b7c0e58
|
Merge remote-tracking branch 'mjbudd77/master'
|
2021-06-13 22:01:52 -04:00 |
mjbudd77
|
49735af561
|
Updated hot key to gamepad binding logic for Qt GUI.
|
2021-06-13 22:00:45 -04:00 |
Alexey 'Cluster' Avdyukhin
|
2837e929d0
|
Fix for #370
|
2021-06-13 22:16:56 +03:00 |
mjbudd77
|
f6f868671e
|
Added a hot key selection dialog for advanced gamepad function bindings. Makes it more intuitive to setup gamepad function bindings.
|
2021-06-13 14:19:30 -04:00 |
mjbudd77
|
2b0e4a8876
|
Change JS search loop to be more efficient on game pad config window.
|
2021-06-13 12:35:01 -04:00 |
mjbudd77
|
5f96a20385
|
Added JS/gamepad config hotplug functionality. Fixes for adding/removing devices while config window is open.
|
2021-06-12 22:32:06 -04:00 |
mjbudd77
|
55bf88547c
|
Auto formated using vs code to fix tab vs spaces indentation issues.
|
2021-06-12 22:30:36 -04:00 |
Alexey 'Cluster' Avdyukhin
|
d6769d052c
|
Tabs, not spaces
|
2021-06-12 06:14:12 +03:00 |
Alexey 'Cluster' Avdyukhin
|
24600dece2
|
Merge branch 'master' of https://github.com/TASVideos/fceux
|
2021-06-12 06:11:42 +03:00 |
Alexey 'Cluster' Avdyukhin
|
9bee6d191d
|
Added CRC32 for 'Super Mogura Tataki!!' (issue #344)
|
2021-06-12 06:11:17 +03:00 |
mjbudd77
|
da36b4afd8
|
Commented out redundant hot key set window activation. itemActivated and itemDoubleClicked signals are not both needed. A double click will also trigger itemActivated signal.
|
2021-06-11 23:09:10 -04:00 |
mjbudd77
|
e79f0159df
|
Changed PAL filter name to PAL 3x to match recent win32 version changes.
|
2021-06-11 23:00:11 -04:00 |
mjbudd77
|
d5e2087ce1
|
Merge pull request #371 from ClusterM/grayscale-fix
Grayscale filter fix
|
2021-06-11 21:46:31 -05:00 |
Alexey 'Cluster' Avdyukhin
|
d1b5301f64
|
Minor refactoring, comments
|
2021-06-12 04:47:01 +03:00 |
Alexey 'Cluster' Avdyukhin
|
ac2818e3da
|
Moved grayscale filter to ChoosePalette()
|
2021-06-12 03:55:04 +03:00 |
mjbudd77
|
2861067933
|
Fixed SDL video init for linux, force window to be reshown after calling SDL_DestroyWindow as the destroy calls hide.
|
2021-06-11 14:55:49 -04:00 |
mjbudd77
|
cdf2f1e150
|
Changed last commit to only affect windows builds, for some reason it does not work the same in linux.
|
2021-06-11 00:04:37 -04:00 |
mjbudd77
|
afdf192a46
|
Merge remote-tracking branch 'TasVideos/master'
|
2021-06-10 23:10:22 -04:00 |