meekee7
4a25b60875
JANITORIAL: DEVTOOLS: replace sprintf with snprintf
2026-02-09 00:22:34 +02:00
Donovan Watteau
69dd0889cc
JANITORIAL: Update some HTTP links in comments to HTTPS
...
The modern web is mostly HTTPS now, and some browsers may start giving
warnings when one uses a plain HTTP connection.
Only update the protocol when the HTTPS connection exists and fully
works. Code from external projects/tools is kept as is.
2025-10-29 14:22:37 +01:00
sluicebox
a97209336e
DEVTOOLS: Close files
...
CID 1591724
CID 1591692
CID 1591624
2025-04-14 13:15:09 -07:00
Thierry Crozat
73e4b16ff1
SUPERNOVA: Fix spelling mistake in an original German string
...
The mistake was present in the original source code of
the game.
2024-12-18 16:02:24 +00:00
tunnelsociety
df950e6301
JANITORIAL: DEVTOOLS: Remove exec bit from plain text files
2024-09-25 10:17:47 +03:00
Hubert Maier
bfa8c4cb0f
JANITORIAL: Fix basicaly typo in README
2024-05-18 13:52:31 +02:00
Hubert Maier
b82f3cc4a8
SUPERNOVA: Correct spelling mistakes
...
begining -> beginning
2022-11-01 17:09:25 +02:00
Donovan Watteau
bf5e489567
JANITORIAL: Fix "to to" and "if if" typos in some comments
2022-09-11 17:45:25 +02:00
Paweł Kołodziejski
67738ba522
DEVTOOLS: Avoid global constructors
2022-01-01 16:18:01 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
62797daf3c
DEVTOOLS: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Thierry Crozat
4680538951
SUPERNOVA: Fix buffer overflow for two dialogs
...
This was partially caused by a bug in the original source code
that was missing a comma between two strings for those two dialogs.
The original did not have a buffer overflow, but was not correctly
displaying the strings.
This fixes bug #12856 .
2021-09-08 01:07:40 +01:00
Orgad Shaneh
0b2ae9fa5e
DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack
...
Instead of having main=SDL_main defined by pkg-config/sdl2-config --cflags
and undefining it everywhere, strip it in its origin.
2021-08-03 07:35:15 +03:00
Orgad Shaneh
a05e54f00c
JANITORIAL: Remove trailing whitespaces
2021-05-04 11:46:30 +03:00
sluicebox
93eeffc84d
JANITORIAL: Update old bug tracker numbers
2021-03-03 02:15:05 +02:00
Thierry Crozat
52adc335f1
SUPERNOVA: Add Italian translation for part1 in engine data file
...
This translation was provided by Walter Agazzi.
2020-09-07 02:04:39 +01:00
Thierry Crozat
c8b5ff41b6
SUPERNOVA: Improve warning message in create_supernova
2020-09-07 02:02:12 +01:00
Cameron Cawley
6b669ae2fb
DEVTOOLS: Fix compiling with MinGW
2020-09-06 19:26:20 +01:00
Thierry Crozat
c4c10c1332
SUPERNOVA: Update English translation
2020-09-03 00:11:13 +01:00
Thierry Crozat
148cd5f28d
SUPERNOVA: Fix typo in German string
...
This also bug #11648 about the string not being translated to
English (as the translation is mapped to the correct German
string). I have also checked that the original game as the
correct string, so the typo was specific to ScummVM.
2020-08-31 18:05:24 +01:00
Thierry Crozat
d776e14b5a
SUPERNOVA: Improve English translation for part 2
2019-09-13 01:08:30 +01:00
Thierry Crozat
8e71a121f6
SUPERNOVA: Improve English translation for part 2
2019-09-13 01:08:30 +01:00
Thierry Crozat
3a54256a78
SUPERNOVA: Improve English translation for part 2
2019-09-13 01:08:30 +01:00
Thierry Crozat
ded24d9b8c
SUPERNOVA: Update English translation for part 2
2019-09-08 22:28:40 +01:00
Thierry Crozat
6f5b13c0d1
SUPERNOVA: Fix typo in newspaper article English translation
2019-09-08 17:24:58 +01:00
Jaromir Wysoglad
fc3ae4c9b9
SUPERNOVA: Fix most of Codacy issues
...
* Fix mismatched delete in create_image.cpp
* Add shebangs to create_ms2_data.***.sh
* Reduce scopes of some variables
* Substitute bitwise and for logical and in
GamaManager2::passageConstruction
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
df008c1290
SUPERNOVA: Add correct help screen image
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0366f3da27
SUPERNOVA: Add help screen translation
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
e5a5aed28c
SUPERNOVA: Update translation
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
f9d13b8d2c
SUPERNOVA: Add translated Indiana Joe image
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
b883958c05
SUPERNOVA: Fix module.mk to make create_image tool
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0f82716ca3
SUPERNOVA: Replace placeholder files
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0e31a6163d
SUPERNOVA: Merge create_supernova tools
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
16bad91f4b
SUPERNOVA: Add placeholder info files to .dat
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
28f262eaee
SUPERNOVA: Fix translation of "Wundersam!"
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
01d601b237
SUPERNOVA: Reformat StringId enums and gametext.h
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
ab4af5c614
SUPERNOVA: Add info, doc, help screens for MS2
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
d1edf0e467
SUPERNOVA: Reorder strings in devtools
2019-07-28 15:09:14 +01:00
Thierry Crozat
9ff9264ab0
SUPERNOVA: Add better support of pbm format in create_supernova
...
The tool was only supporting a very restricted subset of the PBM
format, as written by gimp. Now it should support reading any
PDM file.
2019-05-28 23:39:34 +01:00
Jennifer McMurray
96c429dd7c
SUPERNOVA: Grammar fixes in English newspaper images
2019-05-28 22:23:23 +01:00
Joseph-Eugene Winzer
6da729171c
SUPERNOVA: Adds strings for help screen
2019-05-28 02:24:42 +02:00
Thierry Crozat
ad1debef9e
SUPERNOVA: Update English translation
2018-04-13 23:06:27 +01:00
Adrian Frühwirth
61e262be89
SUPERNOVA: Fix missing return statement
2018-04-07 11:25:47 +02:00
Joseph-Eugene Winzer
cfb32e84e8
SUPERNOVA: Add bitmap for the second newspaper English translation
...
In addition to the pbm file for create_supernova, I added the xcf file
in case for corrections.
2018-03-15 12:42:13 +01:00
Thierry Crozat
b5df2f8ec7
SUPERNOVA: Add strings for quit game prompt
2018-02-23 23:51:39 +00:00
Thierry Crozat
e195962763
SUPERNOVA: Update English translation
2018-01-23 02:15:46 +00:00
Thierry Crozat
c09ecdb19c
SUPERNOVA: Improve English translation
2018-01-23 02:15:43 +00:00
Thierry Crozat
75e3568f06
SUPERNOVA: Implement dialogs with variable text
...
This was partially implemented but not finished. However I reverted
the changes already done to support that in order to use a different
approach.
2018-01-23 02:15:42 +00:00
Thierry Crozat
1b2e4f926c
SUPERNOVA: Implement alarm
2018-01-23 02:15:42 +00:00
Strangerke
2e95c690d0
SUPERNOVA: Add 2 missing translation strings, handle variable dialogs in AxacussCorridor5
2018-01-23 02:15:42 +00:00