Skip to main content

Posts

Showing posts from March, 2026

directx coding, part 7

There is a problem with united states army making video games, which is making a pilot modification engine, which controls the machine gun in the airplane. If you ever liked playing naval video games in one hand keyboard keys and in the other hand the instruction manual, you can as well forget about it, you won't get far. The basic idea here is to focus on the game instead, but the problem arises with the aforementioned pilot modification engine. If we return to part 2 of this serious, it is important to remember and keep in mind the graph resolution and how it will display things on the computer monitor. Resolution graphs are important for printing to the screen and for making proper pilot machine strain engines. This is one of the main problems of the United States Army, when it comes to making video games, the machine strain. At first observation, you might think that all has to be done is just direct X physics for the machine operatability, but whether you'll believe it or ...

directx coding, part 6

It is possible to use archetypes for painting to the window. First, make an archetype table for drawing the window.                                      |  function      |      part         | ---------------------------------------------------- minimize window   |apply          |    10             | ---------------------------------------------------- maximize window | handle         |     11              | ---------------------------------------------------- close window           |  bug report   |     20            | Then load the table to the fence: load_table("main set"); This will pu...

Server coding, part 2

Main list of server queries: SELECT() SORT() MAIN() Server ares mainly used and operated by queries. These are quite complex commands. The main and most basic queries, listed above are used for selecting, sorting and starting all server operations. It takes quite a lot of work to make a server. Server is built of q ueries,  command nodes, work station modifications, and operates based on  server queries. Server queries can be provided, based of SQL or HTML. This is the main server query for SQL: GET ALL FROM It provides a critical point for administrators and moderators of the server. A very dangerous query script to use is: server_ban(std::string user); As it does not provide all permissions. Use this one instead: server_ban(std::string user, std::string law, std::string permission);