Sam Edwards
|
b2bfb31114
|
general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.
Closes #350
Closes #335
|
2018-06-14 16:04:49 +02:00 |
Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
0ee5be581c
|
Fix rtdist compile issues
|
2015-03-22 19:38:46 +01:00 |
David Rose
|
a737ebcc90
|
per_platform flag, giving better compatibility with old p3d files
|
2012-09-28 20:26:22 +00:00 |
David Rose
|
255b1ffffa
|
build on msvs2010
|
2011-09-29 16:39:54 +00:00 |
David Rose
|
0113a991a1
|
missing include
|
2011-09-09 18:19:01 +00:00 |
Ken Patel
|
39967c1110
|
plugin - read_log / log_history - fix corner cases so behavior matches documentation
|
2011-02-12 02:10:23 +00:00 |
Ken Patel
|
bf5343ed17
|
plugin - read_log - add support for head_bytes_prev (additional optional parameter)
|
2011-02-12 01:41:36 +00:00 |
Ken Patel
|
ae627fb19b
|
plugin - read_log - report error out and early out conditions during calls to read_log
|
2011-02-12 01:03:00 +00:00 |
David Rose
|
d8df46beed
|
share main object, don't just copy properties
|
2010-06-18 18:59:27 +00:00 |
David Rose
|
5b4d31c9e6
|
better return value for uninstall()
|
2010-06-10 00:30:50 +00:00 |
David Rose
|
0b80f17c68
|
contents.xml max_age; internal cache busting
|
2010-06-08 23:56:04 +00:00 |
David Rose
|
e2d7f9a871
|
protect from occasional crash in read_log() and friends
|
2010-05-07 23:26:25 +00:00 |
Ken Patel
|
bc9a4e1db1
|
GIB - Clean up log output and check for log histories even if basename does not include a date.
|
2010-03-10 02:03:22 +00:00 |
David Rose
|
58f83fce39
|
fix redundant onDownloadBegin() message
|
2010-02-12 20:06:28 +00:00 |
Ken Patel
|
ce79ab1718
|
Reverse order in which history logs are appended to a log
|
2010-02-01 19:34:16 +00:00 |
Ken Patel
|
8dc84e42d8
|
implement log_history functionality
|
2010-01-16 01:31:03 +00:00 |
David Rose
|
b25d059474
|
expand get_log() etc.
|
2010-01-11 21:15:11 +00:00 |
David Rose
|
fd6e2fc82a
|
uninstall good
|
2009-12-20 18:29:25 +00:00 |
David Rose
|
1d7fd44214
|
uninstall wip, utf-8
|
2009-12-18 23:42:09 +00:00 |
David Rose
|
daadba7e4e
|
fix crash when querying game log before starting
|
2009-12-07 18:58:59 +00:00 |
David Rose
|
0782c4c2e9
|
query game log even after application shuts down
|
2009-12-04 22:40:04 +00:00 |
David Rose
|
e338f35a9e
|
matches_run_origin, matches_script_origin
|
2009-10-27 23:35:06 +00:00 |
David Rose
|
dcc5447688
|
plugin version
|
2009-10-09 23:54:45 +00:00 |
David Rose
|
abae156103
|
minor fixes
|
2009-10-08 19:07:37 +00:00 |
David Rose
|
a308a4a01c
|
add p3dpythonw.exe, more robust startup
|
2009-10-06 18:55:28 +00:00 |
David Rose
|
02a24010fb
|
downloader fixes
|
2009-09-18 22:30:27 +00:00 |
David Rose
|
37fde51fb1
|
win32 warning
|
2009-09-11 23:18:00 +00:00 |
David Rose
|
fc762d8f09
|
JS features
|
2009-09-10 00:38:35 +00:00 |
David Rose
|
cc5a38f40a
|
minor fix
|
2009-09-03 02:27:53 +00:00 |
David Rose
|
194979b51d
|
clean exit and log reporting
|
2009-09-03 02:09:21 +00:00 |
David Rose
|
f34abe4411
|
'main' object
|
2009-08-21 22:42:35 +00:00 |