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 |
David Rose
|
0b80f17c68
|
contents.xml max_age; internal cache busting
|
2010-06-08 23:56:04 +00:00 |
rdb
|
51afeb20ac
|
Add p3dembed and add support for offsetted p3d payload
|
2009-12-09 18:21:10 +00:00 |
David Rose
|
e338f35a9e
|
matches_run_origin, matches_script_origin
|
2009-10-27 23:35:06 +00:00 |
David Rose
|
a308a4a01c
|
add p3dpythonw.exe, more robust startup
|
2009-10-06 18:55:28 +00:00 |
David Rose
|
6b6a90e1b0
|
some minor cleanup
|
2009-07-29 12:35:16 +00:00 |
David Rose
|
07e714bb16
|
more needs_response changes
|
2009-07-19 18:15:52 +00:00 |
David Rose
|
563bd81b68
|
small optimization: has_method cache
|
2009-07-19 03:18:07 +00:00 |
David Rose
|
fb782894eb
|
file streaming, logfile cleanup
|
2009-07-17 17:33:12 +00:00 |
David Rose
|
1b6bb92da5
|
concrete objects
|
2009-07-14 20:40:47 +00:00 |
David Rose
|
4ee298e942
|
some minor problems
|
2009-07-11 01:16:33 +00:00 |
David Rose
|
19e6ffd5ee
|
support pre-python properties
|
2009-07-10 20:05:14 +00:00 |
David Rose
|
4d2ffd8e77
|
much better object model
|
2009-07-09 23:59:17 +00:00 |
David Rose
|
98177dc123
|
found a leak
|
2009-07-09 20:22:03 +00:00 |
David Rose
|
fbf81f90eb
|
P3D_object needs to be reference-counted
|
2009-07-09 20:14:19 +00:00 |
David Rose
|
3f6d8ab9b1
|
better object_id pointer passing
|
2009-07-09 17:12:27 +00:00 |
David Rose
|
ce23653ac2
|
add has_method to work around firefox bug
|
2009-07-09 06:58:54 +00:00 |
David Rose
|
7f7c3fe373
|
some more cleanup
|
2009-07-07 18:30:06 +00:00 |
David Rose
|
59210bf718
|
more work on outbound scripting
|
2009-07-07 01:05:41 +00:00 |
David Rose
|
13552a7041
|
working on inbound scripting controls
|
2009-07-06 17:38:41 +00:00 |
David Rose
|
47e364b1e1
|
ditch the P3DListObject
|
2009-07-05 15:54:53 +00:00 |
David Rose
|
6f2591c642
|
P3DPythonObject et al
|
2009-07-03 20:27:50 +00:00 |