Revision 7b8828dd
Added by skyjake over 15 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- libdeng2
- CMakeLists.txt (diff)
- data
- include
- portable
- core
- app.cc
- commandline.cc
- library.cc
- thread.cc
- zone.cc
- data
- accessorvalue.cc
- archive.cc
- arrayvalue.cc
- block.cc
- blockvalue.cc
- byteorder.cc
- bytesubarray.cc
- counted.cc
- dictionaryvalue.cc
- fixedbytearray.cc
- lockable.cc
- nonevalue.cc
- numbervalue.cc
- reader.cc
- record.cc
- recordvalue.cc
- refvalue.cc
- textvalue.cc
- value.cc
- variable.cc
- waitable.cc
- writer.cc
- filesys
- archivefeed.cc
- archivefile.cc
- directoryfeed.cc
- feed.cc
- file.cc
- folder.cc
- fs.cc
- libraryfile.cc
- nativefile.cc
- internal.cc
- internal.h
- net
- address.cc
- commandpacket.cc
- link.cc
- listensocket.cc
- message.cc
- muxlink.cc
- packet.cc
- protocol.cc
- receiverthread.cc
- recordpacket.cc
- senderthread.cc
- socket.cc
- transceiver.cc
- scriptsys
- arrayexpression.cc
- assignstatement.cc
- builtinexpression.cc
- compound.cc
- constantexpression.cc
- context.cc
- dictionaryexpression.cc
- evaluator.cc
- expression.cc
- expressionstatement.cc
- forstatement.cc
- function.cc
- functionstatement.cc
- functionvalue.cc
- ifstatement.cc
- jumpstatement.cc
- lex.cc
- nameexpression.cc
- operator.cc
- operatorexpression.cc
- parser.cc
- printstatement.cc
- process.cc
- script.cc
- scriptlex.cc
- tokenbuffer.cc
- tokenrange.cc
- whilestatement.cc
- sdl.h
- types
- animator.cc
- date.cc
- enumerator.cc
- id.cc
- string.cc
- time.cc
- videosys
- image.cc
- surface.cc
- video.cc
- visual.cc
- window.cc
- worldsys
- map.cc
- object.cc
- user.cc
- world.cc
- core
- src
- core
- data
- filesys
- internal.cc
- internal.h
- net
- scriptsys
- arrayexpression.cc
- assignstatement.cc
- builtinexpression.cc
- compound.cc
- constantexpression.cc
- context.cc
- dictionaryexpression.cc
- evaluator.cc
- expression.cc
- expressionstatement.cc
- forstatement.cc
- function.cc
- functionstatement.cc
- functionvalue.cc
- ifstatement.cc
- jumpstatement.cc
- lex.cc
- module.cc
- nameexpression.cc
- operator.cc
- operatorexpression.cc
- parser.cc
- printstatement.cc
- process.cc
- script.cc
- scriptlex.cc
- tokenbuffer.cc
- tokenrange.cc
- whilestatement.cc
- sdl.h
- types
- videosys
- worldsys
- tests
- libdeng2
Importing modules. Built-in Config module.
It is now possible to import records into a process's namespace.
This includes built-in records such as Config (and in the future,
User, Map, and World) and script modules found on Config.importPath.
Also renamed libdeng2/portable to libdeng2/src.