Commit Graph

6184 Commits

Author SHA1 Message Date
RichardG867
93e4e94c7c Jenkins: Commit new Jenkinsfile 2021-11-18 20:28:46 -03:00
RichardG867
d5efe6cab5 win_dynld: Add GetLastError() to GetProcAddress as well 2021-11-18 19:47:57 -03:00
RichardG867
cae0ed730b win_dynld: Add GetLastError() to failure log 2021-11-18 19:46:23 -03:00
RichardG867
e86ba44b7d Minor build script improvements 2021-11-18 19:22:19 -03:00
RichardG867
b0d37fc63a Remove target from gitignore as it's no longer used 2021-11-18 19:17:47 -03:00
RichardG867
155104467e Fix build script wildcards 2021-11-17 20:22:30 -03:00
RichardG867
4e337a3f1f Actually fix the tar deletion issue 2021-11-17 18:45:20 -03:00
RichardG867
09529eaf2f Remove target from gitignore as it was causing problems 2021-11-17 18:16:23 -03:00
RichardG867
f15f2c96e9 Jenkins: Recreate output directory if it was deleted 2021-11-17 18:11:10 -03:00
RichardG867
daa8f6731c More improvements to the build script 2021-11-17 18:01:15 -03:00
RichardG867
fbb7cecce0 Add target to build script gitignore 2021-11-17 17:46:17 -03:00
RichardG867
767b09129c Fix build script 2021-11-17 15:09:21 -03:00
RichardG867
3c95135d59 Adapt build script to the new new Jenkins pipeline 2021-11-17 14:43:48 -03:00
RichardG867
015c6b1151 Jenkins: Trigger deferred failure when any build of any stage fails 2021-11-16 00:22:46 -03:00
RichardG867
eb7a7fed18 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-14 22:19:33 -03:00
RichardG867
79d974ee7f Revert to old freetype DLL name 2021-11-14 22:19:15 -03:00
RichardG867
15b3507c81 Slight optimization on Jenkins workspace cleanup 2021-11-14 21:49:44 -03:00
David Hrdlička
a45d8ac3ae Reduce the number of makefile GH jobs 2021-11-15 01:40:36 +01:00
RichardG867
0e52a261cc Fix Jenkins CMake flags on MSYSTEM switching 2021-11-14 21:20:47 -03:00
RichardG867
a95ce46240 Fix another Jenkins Discord notification parameter 2021-11-14 21:10:09 -03:00
RichardG867
ac0e77d9e6 Fix Jenkins Discord notification parameter 2021-11-14 20:58:30 -03:00
RichardG867
86063b1c46 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-14 20:51:37 -03:00
RichardG867
5fb7141cc2 Fix Jenkins Discord and IRC notifications 2021-11-14 20:51:01 -03:00
OBattler
20507587e7 Fixed some mistakes in the pt-PT translation, thanks DoutorHouse! 2021-11-15 00:32:50 +01:00
OBattler
b8bc8f2a99 Removed a double END in the German translation. 2021-11-14 23:45:09 +01:00
Miran Grča
74a7bb84ab Merge pull request #1809 from dob205/master
Adding the German localization (de-DE)
2021-11-14 23:37:23 +01:00
Miran Grča
d6ef24d786 Merge branch 'master' into master 2021-11-14 23:37:18 +01:00
dob205
d708e67afb Fixing potential conflicts 2021-11-14 23:28:52 +01:00
OBattler
e74bd66f7c Fixed a typo in the pt-PT translation. 2021-11-14 23:09:20 +01:00
OBattler
95af893be6 Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts:
#	src/win/86Box.rc
2021-11-14 23:06:03 +01:00
OBattler
0f010cf11f Added Portuguese (Portugal). 2021-11-14 23:04:14 +01:00
David Hrdlička
785d1a5dee Add Czech translation 2021-11-14 21:58:45 +01:00
OBattler
f737926fc7 And Portuguese (Brazil). 2021-11-14 21:56:31 +01:00
OBattler
2017b27a37 And Hungarian. 2021-11-14 21:45:16 +01:00
OBattler
3c7cdfa0f9 Implemented more AMI KBC commands, should fix the AMI Excalibur PCI-II. 2021-11-14 20:47:08 +01:00
dob205
9c729e9268 Updating the German localization with the new localization system 2021-11-14 20:42:15 +01:00
dob205
dbf07422c0 Merge branch '86Box:master' into master 2021-11-14 20:35:24 +01:00
OBattler
78f4259129 Fixed password jumper error on the TriGem Hawk. 2021-11-14 20:31:49 +01:00
OBattler
c53613deb7 Removed excess logs from cpu.c. 2021-11-14 20:25:07 +01:00
OBattler
cfb24f9c15 Converted dialog localization to the new system with common dialog definitions and string #define's, has to be ported to non-English languages. 2021-11-14 19:50:35 +01:00
dob205
8b0a24d740 Adding missed strings
Should hopefully make all dialogs translated
2021-11-14 19:39:38 +01:00
dob205
ee7695fd90 Loading the German localization into 86Box.rc
This commit adds the loading of the German localization into 86Box.rc
2021-11-14 19:35:31 +01:00
dob205
be1761efec Adding the German localization
Adds the German localization for the Win32 UI of 86Box
2021-11-14 19:33:05 +01:00
David Hrdlička
7cbf588860 Fix the Visual Studio build
- resource files must end with trailing newspace,
otherwise the builds fails with RC1040
- rc.exe did not like the multi-line string declaration for the about
dialog text, might have to think about a more definitive solution there
2021-11-14 18:49:35 +01:00
David Hrdlička
453c7d8fa4 Fix Linux workflow 2021-11-14 18:49:35 +01:00
RichardG867
9edd0a4d2d Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-14 14:48:54 -03:00
RichardG867
1417589630 Fix repository in Jenkinsfile 2021-11-14 14:45:56 -03:00
Miran Grča
9265d65882 Merge pull request #1808 from richardg867/cleanup30
v3.0 branch cleanup, part 2
2021-11-14 18:41:05 +01:00
RichardG867
dccd162758 Add SL-63A1 config migration 2021-11-14 14:31:01 -03:00
RichardG867
33e56c4dd9 Merge machine table changes from local branch 2021-11-14 14:28:22 -03:00