Revision 879
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:24:40
- Add GUI view for warning when leaving without saving
Revision 878
Author: colin.pitrat | Date: czwartek, 18 marca 2021 17:48:19
- Ensure src is always smaller than dst. #182
Revision 877
Author: colin.pitrat | Date: czwartek, 18 marca 2021 17:48:19
- Ensure src is always smaller than dst. #182
Revision 876
Author: colin.pitrat | Date: czwartek, 18 marca 2021 14:55:09
- Add an assertion to ensure the rects fit in the corresponding surfaces. #182
Revision 875
Author: colin.pitrat | Date: czwartek, 18 marca 2021 14:47:54
- Document compute_rect and add tests for it. #182
Revision 874
Author: colin.pitrat | Date: czwartek, 18 marca 2021 13:38:02
- Make hscroll & vscroll unsigned int as they can't be negative. Fix the corner case (that never happens) of byteShift being > 8 in shiftLittleEndianDwordTriplet. Capping it at 8 may seem weird but it avoids having any performance cost as this is on the critical path. #183
Revision 873
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 16:08:52
Revision 872
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 14:52:58
- Skip dependency test on win32 as ldd doesn't show any DLL (statically linked?). #174
Revision 871
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 13:24:37
- Add some debug info to investigate why this fails with mingw32 but not with mingw64. #174
Revision 870
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 12:45:52
- Remove cat of non-existent files
Revision 869
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 12:28:28
- Properly remove leading spaces & tabs. #174
Revision 868
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 10:53:46
- Enable dependencies test for windows. #174
Revision 867
Author: colin.pitrat | Date: piątek, 14 sierpnia 2020 10:20:08
- Run ldd on the correct file. #174
Revision 866
Author: colin.pitrat | Date: czwartek, 13 sierpnia 2020 15:03:22
- Restore test_win_deps. #174
Revision 865
Author: colin.pitrat | Date: czwartek, 13 sierpnia 2020 14:49:58
- Allow multiple pacman -Suy to kill the terminal as this can happen in some cases (with message 'To complete this update all MSYS2 processes including this terminal will be closed.'). The first one can fail with a network error (for example).
Revision 864
Author: colin.pitrat | Date: czwartek, 13 sierpnia 2020 14:43:43
- Allow the first pacman -Suy to kill the terminal as this can happen in some cases (with message 'To complete this update all MSYS2 processes including this terminal will be closed.')
Revision 863
Author: colin.pitrat | Date: czwartek, 13 sierpnia 2020 14:21:00
Revision 862
Author: colin.pitrat | Date: czwartek, 13 sierpnia 2020 12:08:59
- Remove the check for now.
Revision 861
Author: colin.pitrat | Date: poniedziałek, 10 sierpnia 2020 17:28:42
- Attempt to make a test that dump DLLs that are in the package and compare with a hard-coded list. #174
Revision 860
Author: colin.pitrat | Date: niedziela, 9 sierpnia 2020 12:53:08
- Add a Vim configuration for the project. Now the indentation mixes tabs (wGui) and spaces (the rest). There's a mix of 2 spaces and 3 spaces indent. Arbitrarily choose to use 2 spaces to indent from now on.
Revision 859
Author: colin.pitrat | Date: niedziela, 9 sierpnia 2020 12:45:58
- Expand tabs everywhere outside of GUI code.
Revision 858
Author: colin.pitrat | Date: niedziela, 9 sierpnia 2020 12:38:59
- Update scrollbar max limit when changing the drop down list size. #180
Revision 857
Author: colin.pitrat | Date: niedziela, 9 sierpnia 2020 12:32:45
- Properly remember number of item visible in drop down list. #180
Revision 856
Author: colin.pitrat | Date: niedziela, 9 sierpnia 2020 12:10:35
- Ensure position is properly recomputed and redrawn when min/max limits are updated. #179
Revision 855
Author: colin.pitrat | Date: sobota, 8 sierpnia 2020 22:49:38
- Make mouse wheel work as expected in listbox. #178
Revision 854
Author: colin.pitrat | Date: sobota, 8 sierpnia 2020 22:49:00
- Make mouse wheel work as expected in listbox. #178
Revision 853
Author: colin.pitrat | Date: piątek, 7 sierpnia 2020 21:29:51
- Use a vector rather than an array for video_plugin_list, removing the need for nb_video_plugins.
Revision 852
Author: colin.pitrat | Date: piątek, 7 sierpnia 2020 19:38:05
- Use a vector rather than an array for video_plugin_list, removing the need for nb_video_plugins.
Revision 851
Author: colin.pitrat | Date: piątek, 7 sierpnia 2020 19:31:58
- Remove unused pixel formats.
Revision 850
Author: colin.pitrat | Date: środa, 5 sierpnia 2020 10:27:27
- Update msys2 version. #176
Revision 849
Author: colin.pitrat | Date: środa, 5 sierpnia 2020 10:17:31
- Skip the package verification for now. #176
Revision 848
Author: colin.pitrat | Date: środa, 5 sierpnia 2020 09:48:09
- No confirmation for pacman. #176
Revision 847
Author: colin.pitrat | Date: środa, 5 sierpnia 2020 09:46:59
- Retrieve newer keys from msys2. #176
Revision 846
Author: colin.pitrat | Date: środa, 5 sierpnia 2020 09:45:27
- Retrieve newer keys from msys2. #176
Revision 845
Author: colin.pitrat | Date: środa, 5 sierpnia 2020 09:43:06
- Retrieve newer keys from msys2. #176
Revision 844
Author: colin.pitrat | Date: wtorek, 4 sierpnia 2020 20:28:12
- Remove inline methods from .h and export new non-inline ones.
Revision 843
Author: colin.pitrat | Date: wtorek, 4 sierpnia 2020 20:27:01
- Remove inline methods from .h and export new non-inline ones.
Revision 842
Author: colin.pitrat | Date: wtorek, 4 sierpnia 2020 20:13:10
- Fix unused result from fread. #175
Revision 841
Author: colin.pitrat | Date: wtorek, 4 sierpnia 2020 19:05:18
- Support loading a binary file directly at a given offset. #175
Revision 840
Author: colin.pitrat | Date: środa, 15 lipca 2020 15:27:49
- Give up on testing for missing DLL (for now)
Revision 839
Author: colin.pitrat | Date: środa, 15 lipca 2020 12:51:43
- Explicitly call wine and print out winepath
Revision 838
Author: colin.pitrat | Date: wtorek, 14 lipca 2020 18:20:18
- Investigate why test doesn't fail
Revision 837
Author: colin.pitrat | Date: wtorek, 14 lipca 2020 13:11:33
- Verify that new test fails
Revision 836
Author: colin.pitrat | Date: wtorek, 14 lipca 2020 11:56:07
Revision 835
Author: colin.pitrat | Date: wtorek, 14 lipca 2020 10:20:03
- Try to test windows package in appveyor
Revision 834
Author: colin.pitrat | Date: poniedziałek, 13 lipca 2020 14:27:52
Revision 833
Author: colin.pitrat | Date: poniedziałek, 13 lipca 2020 12:10:01
Revision 832
Author: colin.pitrat | Date: poniedziałek, 6 lipca 2020 14:40:31
- Fix the test of make install
Revision 831
Author: colin.pitrat | Date: poniedziałek, 6 lipca 2020 14:04:43
- Include cap32.cfg.tmpl in distrib
Revision 830
Author: colin.pitrat | Date: sobota, 4 lipca 2020 11:37:05
- Fix path to test_make_install.sh
Revision 829
Author: colin.pitrat | Date: sobota, 4 lipca 2020 11:35:33
- Add cap32.cfg.tmpl to the distrib
Revision 828
Author: colin.pitrat | Date: piątek, 3 lipca 2020 12:13:06
- Merge pull request #172 from MartianGirl/AddCtrlAndShiftKeyBindingsForFn
- Add Ctrl+Fn and Shift+Fn key bindings
Revision 827
Author: marta.sevillano | Date: czwartek, 2 lipca 2020 21:04:19
- Add Ctrl+Fn and Shift+Fn key bindings
- These are needed for savegames in "La Abadia del Crimen"
Revision 826
Author: colin.pitrat | Date: czwartek, 14 maja 2020 14:15:54
- Add tests for make install. #164
Revision 825
Author: colin.pitrat | Date: czwartek, 14 maja 2020 13:53:24
- Fix lookup for configuration when installed in a DESTDIR
Revision 824
Author: colin.pitrat | Date: środa, 13 maja 2020 16:50:38
- Generate both local and installed cap32.cfg from template. #164
Revision 823
Author: colin.pitrat | Date: środa, 13 maja 2020 16:12:57
Revision 822
Author: colin.pitrat | Date: środa, 13 maja 2020 16:04:03
- Add info about APP_PATH in version output
Revision 821
Author: colin.pitrat | Date: środa, 13 maja 2020 14:16:53
- Include map wherever it's used
Revision 820
Author: colin.pitrat | Date: środa, 13 maja 2020 14:16:33
- Extend check_includes to map (and make it easy to extend to more)
Revision 819
Author: colin.pitrat | Date: środa, 13 maja 2020 14:09:11
- Move check_clang_format.sh under the tools directory
Revision 818
Author: colin.pitrat | Date: środa, 13 maja 2020 14:05:44
- Ensure is always included when std::string is used. #165
Revision 817
Author: colin.pitrat | Date: poniedziałek, 4 maja 2020 16:43:55
Revision 816
Author: colin.pitrat | Date: poniedziałek, 4 maja 2020 14:17:56
Revision 815
Author: colin.pitrat | Date: poniedziałek, 4 maja 2020 10:48:08
- Compile with clang 9.0 to have filesystem available without experimental
Revision 814
Author: colin.pitrat | Date: poniedziałek, 4 maja 2020 10:40:38
- Compile with clang 5.0 to have c++17 available
Revision 813
Author: colin.pitrat | Date: poniedziałek, 4 maja 2020 10:33:00
- Compile with gcc 5 to have c++17 available
Revision 812
Author: colin.pitrat | Date: piątek, 1 maja 2020 22:58:10
- Add a test to detect invalid keyboard layouts
Revision 811
Author: colin.pitrat | Date: czwartek, 30 kwietnia 2020 18:23:41
- Add support for CTRL-0 to CTRL-9. #151
Revision 810
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:35:15
- Merge branch 'master' of https://github.com/ColinPitrat/caprice32
Revision 809
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:28:24
- Implement a warning dialog when leaving without having saved changes
- This verifies whether a change has been made to driveA or driveB (the
- only slots in which we support saving for now) and warns if leaving
- without having saved.
- This solves #105
Revision 808
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:24:40
- Add GUI view for warning when leaving without saving
Revision 807
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:22:50
- Revert undesired changes in src/asic.cpp
Revision 806
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:21:40
- Revert unwanted change on src/asic.cpp
Revision 805
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:16:28
- Implement a warning dialog when leaving without having saved changes.
- This verifies whether a change has been made to driveA or driveB (the
- only slots in which we support saving for now) and warns if leaving
- without having saved.
Revision 804
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 18:35:00
Revision 803
Author: colin.pitrat | Date: środa, 29 kwietnia 2020 15:08:25
- Display an error message when saving fails. This addresses an issue found in #137
Revision 802
Author: colin.pitrat | Date: piątek, 24 kwietnia 2020 10:44:15
- Merge pull request #162 from zackizacki/feature/green-monitor-palette2
- Feature/green monitor palette2
Revision 801
Author: colin.pitrat | Date: piątek, 24 kwietnia 2020 10:43:06
- Make libretro monochrome color map the default
- It has been unanimously considered better by a representative panel of 3 persons.
Revision 800
Author: ren..st.ckel | Date: czwartek, 23 kwietnia 2020 18:22:08
- improved green_luma formula test
Revision 799
Author: ren..st.ckel | Date: czwartek, 23 kwietnia 2020 18:13:51
- added green mode variables to default configuration
Revision 798
Author: ren..st.ckel | Date: poniedziałek, 20 kwietnia 2020 00:23:20
- code cleanup (test moved to unittests)
Revision 797
Author: ren..st.ckel | Date: poniedziałek, 20 kwietnia 2020 00:15:18
- integrated alternate rgb to green palette conversion
Revision 796
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 17:28:00
Revision 795
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 17:20:20
- Try reactivating GL filter without scanlines
Revision 794
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 16:46:49
- Try reactivating scanlines only
Revision 793
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 15:16:43
- Try deactivating GL scanlines, just in case
Revision 792
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 15:14:02
- More blind tests to understand OpenGL failure on AppVeyor
Revision 791
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 14:10:24
- More blind tests to understand OpenGL failure on AppVeyor
Revision 790
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 13:40:05
- More blind tests to understand OpenGL failure on AppVeyor
Revision 789
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 13:10:10
- Add some information to understand why it fails on AppVeyor
Revision 788
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 12:51:43
- Fallback to a different bpp with OpenGL if the one requested doesn't work.
Revision 787
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 11:37:09
Revision 786
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 10:54:44
- New version of MSYS2 doesn't require removing catgets anymore
Revision 785
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 10:51:53
Revision 784
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 00:58:03
- Make the scr_style test slightly faster (on my laptop, from 20s to 15s)
Revision 783
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 00:53:58
- Add instructions for system where there is the 'GL_GLEXT_VERSION redefined' error
Revision 782
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 00:53:20
- Add the output for OpenGL video driver
Revision 781
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 00:41:27
- Use number of video plugins from ./cap32 -V output to test all plugins
Revision 780
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 00:40:54
- Provide number of video plugins available as output of -V
Revision 779
Author: colin.pitrat | Date: poniedziałek, 30 marca 2020 00:29:18
- Test all video plugins (except GL that is optional)
Revision 778
Author: colin.pitrat | Date: niedziela, 29 marca 2020 22:46:05
Revision 777
Author: colin.pitrat | Date: niedziela, 29 marca 2020 22:39:01
- Add a test to verify that the bicubic filter works fine (no segfault). #159
Revision 776
Author: colin.pitrat | Date: niedziela, 29 marca 2020 22:35:23
- Fix segfault in bicubic filter. #159
Revision 775
Author: colin.pitrat | Date: niedziela, 29 marca 2020 18:13:50
- More homogeneous way to handle integrated tests
Revision 774
Author: colin.pitrat | Date: piątek, 20 marca 2020 12:26:43
- Merge pull request #157 from zackizacki/feature/build-on-debian10-instructions
- added build instructions for debian 10
Revision 773
Author: zackizacki | Date: czwartek, 19 marca 2020 23:07:00
- some minor fixes from review.
Revision 772
Author: zackizacki | Date: czwartek, 19 marca 2020 16:24:27
- added build instructions for debian 10
Revision 771
Author: colin.pitrat | Date: czwartek, 19 marca 2020 09:34:52
- Remove repository that was deleted
Revision 770
Author: colin.pitrat | Date: środa, 18 marca 2020 10:37:29
- Merge pull request #153 from zackizacki/feature/z80-macro-refactoring
- Feature/z80 macro refactoring
Revision 769
Author: zackizacki | Date: poniedziałek, 16 marca 2020 23:36:49
- Added a TODO to rename/refactor one letter macros in z80 module.
Revision 768
Author: u.mmsdom.rest | Date: poniedziałek, 16 marca 2020 21:10:45
- Merge branch 'master' of https://github.com/ColinPitrat/caprice32 into feature/z80-macro-refactoring
Revision 767
Author: rene.stoeckel | Date: czwartek, 12 marca 2020 20:05:31
Revision 766
Author: rene.stoeckel | Date: czwartek, 12 marca 2020 16:55:58
- forgot to replace z80 macros in slotshandler.cpp
Revision 765
Author: rene.stoeckel | Date: środa, 11 marca 2020 21:44:56
- isolated some problematic macros from z80.h
- as the macros _C _A _B _L are defined by some compilers in ctype.h
- compilation will fail, when z80.h and string.h or ctype.h are referenced
- by the same c file. thus this refactorin.
Revision 764
Author: colin.pitrat | Date: środa, 18 marca 2020 10:35:10
- Merge pull request #155 from zackizacki/feature/build-on-win10-instructions
- Added detailed caprice32 build instructions for mingw64 on Windows 10.
Revision 763
Author: zackizacki | Date: wtorek, 17 marca 2020 00:22:20
- fixed little missing quote
Revision 762
Author: zackizacki | Date: poniedziałek, 16 marca 2020 21:59:26
- Added detailed caprice32 build instructions for mingw64 on Windows 10.
Revision 761
Author: colin.pitrat | Date: sobota, 14 marca 2020 15:41:35
Revision 760
Author: colin.pitrat | Date: sobota, 14 marca 2020 15:36:08
Revision 759
Author: colin.pitrat | Date: sobota, 14 marca 2020 15:28:45
Revision 758
Author: colin.pitrat | Date: sobota, 14 marca 2020 11:13:10
- Add support for control keys (issue #151)
Revision 757
Author: colin.pitrat | Date: sobota, 14 marca 2020 11:04:57
- Merge branch 'master' of https://github.com/ColinPitrat/caprice32
Revision 756
Author: colin.pitrat | Date: sobota, 14 marca 2020 08:23:50
- Merge pull request #148 from zackizacki/feature/german-keymap
- added missing german keymap for windows sdl1.2
Revision 755
Author: rene.stoeckel | Date: środa, 11 marca 2020 19:34:32
- added missing german keymap for windows sdl1.2
Revision 754
Author: colin.pitrat | Date: sobota, 14 marca 2020 11:04:44
- Add support for control keys (issue #151)
Revision 753
Author: colin.pitrat | Date: piątek, 13 marca 2020 16:17:42
- Cleanup debug info now that issue #154 is fixed
Revision 752
Author: colin.pitrat | Date: piątek, 13 marca 2020 16:08:27
Revision 751
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:57:13
Revision 750
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:54:01
Revision 749
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:40:17
- What's wrong with /usr/bin/make?
Revision 748
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:36:29
- What's wrong with /usr/bin/make?
Revision 747
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:23:00
Revision 746
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:16:16
- Is there another usable make?
Revision 745
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:10:06
Revision 744
Author: colin.pitrat | Date: piątek, 13 marca 2020 15:02:45
Revision 743
Author: colin.pitrat | Date: piątek, 13 marca 2020 14:51:38
Revision 742
Author: colin.pitrat | Date: piątek, 13 marca 2020 12:14:13
Revision 741
Author: colin.pitrat | Date: piątek, 13 marca 2020 12:05:11
Revision 740
Author: colin.pitrat | Date: piątek, 13 marca 2020 12:04:19
Revision 739
Author: colin.pitrat | Date: piątek, 13 marca 2020 11:40:56
Revision 738
Author: colin.pitrat | Date: piątek, 13 marca 2020 11:34:54
Revision 737
Author: colin.pitrat | Date: piątek, 13 marca 2020 11:29:56
Revision 736
Author: colin.pitrat | Date: piątek, 13 marca 2020 10:01:39
Revision 735
Author: colin.pitrat | Date: piątek, 13 marca 2020 09:45:17
Revision 734
Author: colin.pitrat | Date: piątek, 13 marca 2020 09:35:46
Revision 733
Author: colin.pitrat | Date: piątek, 13 marca 2020 09:31:39
Revision 732
Author: colin.pitrat | Date: piątek, 13 marca 2020 09:26:09
Revision 731
Author: colin.pitrat | Date: piątek, 13 marca 2020 09:19:20
Revision 730
Author: colin.pitrat | Date: piątek, 13 marca 2020 09:13:04
Revision 729
Author: colin.pitrat | Date: wtorek, 10 marca 2020 16:15:21
Revision 728
Author: colin.pitrat | Date: wtorek, 10 marca 2020 16:10:05
- Remove failing command to see if make is not found or just doesn't support --version anymore ...
Revision 727
Author: colin.pitrat | Date: wtorek, 10 marca 2020 14:54:16
- Add the keymap for German keyboards contributed in #145