kcgen
e603337c17
Limit string copies to the target's length
...
This commits covers a single class of string-copy
issues, all of which involve writing an unchecked
quantity of bytes into a string of a fixed length (ie:
char[]).
2020-05-01 17:27:47 +02:00
Patryk Obara
23f4c5bb1b
Fix branding in metadata for PNG screenshots
2020-04-29 21:45:39 +02:00
krcroft
297229700c
Make use of indexed reads and writes
2020-04-15 14:26:29 +02:00
Joshua Fern
f2029d71d8
Update copyright dates to 2020
2020-03-07 00:18:01 +01:00
Patryk Obara
2e43cf551f
Swap bytes for 15bpp and 16bpp screenshots on PPC
...
Fixes broken colours in screenshots taken on PPC machines.
2020-02-03 05:58:12 +01:00
Patryk Obara
df5c6f6e05
Fix printf warning
2020-02-03 05:58:12 +01:00
Patryk Obara
f3f33c5ea1
Prevent resource leak during screenshot
...
Using RAII would be a better solution, but it requires non-trivial
code refactor in this area.
2020-01-11 20:52:55 +01:00
Peter Veenstra
25e01bd042
Fix bug 512, reported by philipp. (checking wrong variable to see if malloc was a success)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4254
2019-09-02 16:50:30 +00:00
Peter Veenstra
1fbaff47fc
Update year and address of FSF
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4183
2019-01-25 14:09:58 +00:00
Peter Veenstra
5bb10db88b
Time keeps on ticking
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4109
2018-05-29 12:58:58 +00:00
Peter Veenstra
dc5b586c28
Forgot to initiliaze a field. Thanks Mok
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4024
2017-06-19 09:09:59 +00:00
Peter Veenstra
6cf39c1fc6
Years update
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4021
2017-05-30 11:35:08 +00:00
Peter Veenstra
0f4c92ca32
Year update.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3878
2015-01-06 14:40:32 +00:00
Peter Veenstra
2fea508f7f
Year update
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3812
2013-01-15 09:03:13 +00:00
Peter Veenstra
353ced54c2
Pointers must stay valid till after the png_write_info call. Thanks wjp
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3773
2012-01-03 16:36:27 +00:00
Peter Veenstra
b30d51f8f8
Should make DOSBox usage easier to spot.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3772
2012-01-03 16:21:23 +00:00
Peter Veenstra
a7af902f2f
Even our comments and status messages have less bugs now (jomalin)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3764
2011-12-08 12:47:04 +00:00
Peter Veenstra
999f33de27
Update year. Remove CVS tags
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3700
2011-04-26 09:34:55 +00:00
Peter Veenstra
65649abbba
Fix video capture problems.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3637
2010-08-27 12:52:46 +00:00
Peter Veenstra
a78b2c4f8b
Update year
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3548
2010-02-11 13:36:50 +00:00
Peter Veenstra
2e5e70aa31
Write the header more often. (thanks kekko)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3481
2009-10-11 18:09:22 +00:00
Peter Veenstra
8516e5d4bf
Remove dirent.h dependency.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3359
2009-04-26 18:24:36 +00:00
Peter Veenstra
1ea1b9cae5
no dir no glory.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3291
2009-02-01 15:52:53 +00:00
Peter Veenstra
7a8c673267
Create directory if doesn't exist. Use Prop_path.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3285
2009-02-01 14:21:19 +00:00
Sebastian Strohhäcker
c78a9f6c03
fix/work around some gcc Wall warnings
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3192
2008-08-06 18:34:21 +00:00
Peter Veenstra
fdd16dea1a
Happy New Year\!
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2728
2007-01-08 19:45:42 +00:00
Peter Veenstra
550e61640f
keep it compiling with msvc.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2594
2006-04-12 18:52:50 +00:00
Sjoerd van der Berg
2c76e6130f
Remove video frame logging message and add a new stopped capturing message
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2577
2006-03-29 13:51:58 +00:00
Peter Veenstra
f5e4334ff8
Fix compilation when there is no zlib
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2556
2006-03-27 19:18:00 +00:00
Peter Veenstra
3656d0e599
Change -1 to ~0. Let's hope I didn't break a thing.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2503
2006-02-14 12:46:43 +00:00
Sjoerd van der Berg
03633e3a5c
New format for mapper handlers to support keeping keys pressed.
...
Add png capturing of 15,16,32bpp input
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2489
2006-02-12 23:25:46 +00:00
Peter Veenstra
df67775306
time passes on and on....
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Sjoerd van der Berg
3be8dfc37a
Fix png output from generating too big files and being unreadable for certain viewers
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2475
2006-02-08 07:16:15 +00:00
Peter Veenstra
3fc521c909
Fix compilation without png
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2463
2006-01-30 16:10:13 +00:00
Sjoerd van der Berg
b45c282867
Avi capturing with zmbv codec
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2447
2006-01-30 10:04:20 +00:00
Peter Veenstra
689cceafb5
new configuration system. Apply patch 1156149 from moe
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2171
2005-04-05 11:10:08 +00:00
Peter Veenstra
2094d8b985
Year update
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
ca409fd57c
Typo in preamble
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Sjoerd van der Berg
b1cebeed4e
Changes for 1 global capture directory
...
Support for capturing raw midi
Support for capturing raw opl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1863
2004-07-04 21:02:22 +00:00
Peter Veenstra
fcbd0fe854
Copyright to 2004
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Sjoerd van der Berg
4070fb15df
Stripped out pretty much everything for later maybe.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@355
2002-10-19 16:21:49 +00:00
Sjoerd van der Berg
fea2b58d8f
Disabled HWSET for the moment
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@314
2002-09-29 14:12:40 +00:00
Sjoerd van der Berg
42e5d0b779
First CVS upload.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00