Commit Graph

7434 Commits (v0.1-6937)
 

Author SHA1 Message Date
Stenzek 8ab1623276
CI/Flatpak: Remove unused file 1 year ago
PugsyMAME 7adbedd341
Renamed Mem Scanner Op Text&added Virtual Address (#3172)
* Renamed Mem Scanner Op Text&added Virtual Address

Renamed the Memory Scanner Operator Text for clarity. Replaced '...' with 'Value' and 'Previous' with 'Previous Result'.
Also changed "Any Value" to "Any Value ('New Search' or 'Reset Result Value')", Any Valur should really be at the top of the index and the Previous Results should come before the other Value operators. But that's a job for another time.
The Virtual Address extra will display the virtual address of DuckStation's PSX RAM so it can be easily edited with the likes of HXD or another tool where the location of the virtual memory needs to be known.

* Replaced Mem Scanner Op Text with latest English text

Not touched the translations, just added the updated english text for the Memory Scanner "Operator:" text

* Rearranged  Memory Scanner Operator class

Re-arranged Memory Scanner Operator class into a more logical order - with likely frequency of use moving item up the list.

New Order:-
Better Order:-
Any Value ('New Search' or 'Reset Result Value')         x    Any.
Less Than Previous Result                                x    LessThanLast,
Less or Equal to Previous Result                         x    LessEqualLast,
Greater Than Previous Result                             x    GreaterThanLast,
Greater or Equal to Previous Result                      x    GreaterEqualLast,
Not Equal to Previous Result (Changed Value)             x    NotEqualLast,
Equal to Previous Result (Unchanged Value)               x    EqualLast,
Decreased By Value                                       x    DecreasedBy,
Increased By Value                                       x    IncreasedBy,
Changed By Value                                         x    ChangedBy,
Equal to Value                                           x    Equal,
Not Equal to Value                                       x    NotEqual,
Less Than Value                                          x    LessThan,
Less or Equal to Value	                                 x    LessEqual,
Greater Than Value                                       x    GreaterThan,
Greater or Equal to Value                                x    GreaterEqual

* Rearranged  Memory Scanner Operator class

Changes operator order to:-
Any Value ('New Search' or 'Reset Result Value')        
Less Than Previous Result                               
Less or Equal to Previous Result                        
Greater Than Previous Result                            
Greater or Equal to Previous Result                     
Not Equal to Previous Result (Changed Value)            
Equal to Previous Result (Unchanged Value)              
Decreased By Value                                      
Increased By Value                                      
Changed By Value                                        
Equal to Value                                          
Not Equal to Value                                      
Less Than Value                                         
Less or Equal to Value	                                
Greater Than Value                                      
Greater or Equal to Value

* Memory Scanner line references updates

Updated <location filename="../memoryscannerwindow.ui" line="???"/> line numbers for the Memory Scanner operation re-ordering.
These are currently the only 4 translation files that make reference to memoryscannerwindow.ui, the other 12 still reference cheatmanagerdialog.ui so not replicated for them as this would only partially fix them - so I left them alone as I hope there's some automated tools to handle it.

* Update src/duckstation-qt/memoryscannerwindow.cpp
1 year ago
zkdpower 01e06b338d
Update the Simple-Chinese translation to latest. 1 year ago
Stenzek f4fef36eba
MetalDevice: Use shader to clear current depth target 1 year ago
Stenzek e5a024ba85
MetalDevice: Add support for framebuffer fetch 1 year ago
shikulja 42ac79d42a
Update Russian translation (#3169) 1 year ago
Marcin Mitura 349ff42ce2
Polish localization updates (#3168)
Comply to latest changes:
- Translate VSync string,
- Remove obsolete.
Silent is based :3
1 year ago
Anderson Cardoso 4591fe8f84
Atualização Português do Brasil (#3167)
Atualizado para a última versão.
1 year ago
Stenzek bbdc31cad6
Qt: String fix 1 year ago
Anderson Cardoso 5a2215d305
Atualização Português do Brasil (#3165)
Atualizado para a última versão.
1 year ago
Marcin Mitura 7d85284626
Polish localization updates (#3166)
Comply to latest changes:
- Translate new strings,
- Remove obsolete strings.
1 year ago
Stenzek c017d04423
Qt: "Display Vertical Sync" => "Vertical Sync" 1 year ago
Stenzek e646096180
VulkanDevice: Fix validation errors 1 year ago
Stenzek 7344661801
GPUDevice: Split submission and presentation 1 year ago
Stenzek 3e9ac99d54
Qt: Fix 6.7 deprecation warnings 1 year ago
Stenzek efcfcd8e11
Build: Migrate Flatpak to Qt 6.7 1 year ago
Marcin Mitura 9bee24e083
Polish localization updates (#3164)
Comply to latest changes:
- Correct not fitting string,
- Translate new strings,
- Remove obsolete.
1 year ago
Stenzek 509a8a074c
GPUDevice: Remove unused file 1 year ago
Stenzek 88270771da
System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
 - DISABLE VSync.
 - ENABLE Optimal Frame Pacing.
1 year ago
Stenzek 2ad67ad3ee
OpenGLContext: Add SupportsNegativeSwapInterval() 1 year ago
Stenzek 7b93edada1
Qt: Purge controller bind migration
About a year and a half is long enough.
1 year ago
Stenzek fec36471b8
Settings: Use RealPath() for directories 1 year ago
Stenzek e2d87f554b
FileSystem: Canonicalize() after RealPath() 1 year ago
Stenzek 57f6bda59b
ImGuiFullscreen: Use popup background for all popups 1 year ago
Stenzek 164062f80d
Build: Use C++20 for everything except reshadefx 1 year ago
Stenzek 1b1e42d003
System: Add Error to boot/load/save state 1 year ago
Stenzek f75a5605eb
SmallString: Add vformat overloads 1 year ago
Stenzek 1809885927
FullscreenUI: Fix crash with language select on Linux 1 year ago
Stenzek 44a4f2703a
ImGuiFullscreen: Add popup background colour 1 year ago
Bobby Smith ae223403bb Qt: fix "Deinterlacing" description 1 year ago
Bobby Smith b58862a64a Disable cheats by default 1 year ago
Stenzek 8c741d2d48
Qt: Update glyph range for zh-CN and purge old obsolete strings 1 year ago
zkdpower 05d2ad5800
Update the Simple-Chinese translation to latest. 1 year ago
Stenzek 440a1700c0
System: Interrupt execution when loading state and reset 1 year ago
Stenzek 417bf0c3bc
DMA: Better enforce CPU runtime during linked list
and get rid of the hack for Newman Haas.
1 year ago
Stenzek f63f5d829d
GameDB: Add controller types 1 year ago
KamFretoZ bbd7c9e2a9
BPM: Light Mode color scheme update (#3161) 1 year ago
Marcin Mitura b209e6b0a8
Polish localization updates (#3160)
* Polish localization updates

- Match latest changes,
- Correct typos,
- Remove vanished strings.

* Polish localization updates

- Match latest changes:
* Correct typos,
* Remove obsolete strings.
1 year ago
Stenzek 3c4ad9eceb
GameDB: More compatibility fixes 1 year ago
Stenzek 2b7de1f8ef
GameDB: Compatibility fixes 1 year ago
Stenzek a57ed3c91c
Qt: Add correct Cheat Manager UI file 1 year ago
Stenzek 4598bc789b
Qt: Split Cheat Manager and Memory Scanner
And make them persistent across system invocations.
1 year ago
Stenzek e936e7498a
VulkanDevice: Fix incorrect null texture bind condition 1 year ago
Marcin Mitura 6965bc54f4
Polish localization updates (#3158)
- Comply new FullscreenUI,
- Remove vanished strings.
1 year ago
Bobby Smith ad45ace97d
Qt: fix "Show Controller Input" and "Show Settings" descriptions (#3159) 1 year ago
Anderson Cardoso 5fb81753dd
Autalização Português do Brasil (#3157)
Atualizado para a última versão.
1 year ago
Stenzek 26c1d4b787
Qt: Icon fix 1 year ago
Stenzek e9ae49b3c4
FullscreenUI: Regenerate strings 1 year ago
Stenzek bf4e8feb25
FullscreenUI: Redo landing page and add help bar 1 year ago
Stenzek d4d7a13fed
GameDB: Dino Crisis PAL 1 year ago